/fast-cast

topic based Reliable UDP messaging backed by a RMI-alike metaphor

Primary LanguageJava

fast-cast

High performance topic based reliable brokerless UDP messaging ("event-bus") backed by 1:N remote-method metaphor.

Documentation (converted from gcode, so bad formatting ..)

Example application: KeyValue store broadcasting (multicasts) all changes

WebSite: http://ruedigermoeller.github.io/fast-cast

<dependency>
    <groupId>de.ruedigermoeller</groupId>
    <artifactId>fast-cast</artifactId>
    <version>LATEST</version>
</dependency>

Use mvn build, the gradle build is for private use and might not work.