Skip to content

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

Notifications You must be signed in to change notification settings

alisheikh/fast-cast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published