-
Notifications
You must be signed in to change notification settings - Fork 0
mkleen/rumms-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple demo of an evented-io cometd chatserver using the rumms framework. To build and run the demo, you first need to build the dependent libraries. Make sure sbt and scala is installed on your system, then run the following commands in the given order: git clone https://github.com/ritschwumm/scutil.git cd scutil sbt update publish-local git clone https://github.com/ritschwumm/scjson.git cd scjson sbt update publish-local git clone https://github.com/ritschwumm/rumms.git cd rumms sbt update publish-local Use the following commands to setup and run the demo: git clone git@github.com:mkleen/rumms-demo.git cd rumms-demo sbt update sbt jetty Open http://localhost:8080/index.html in a browser, and try with multiple clients.
About
evented-io chatserver example using rumms
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published