Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 958 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 958 Bytes

slime microservice chat example

Content

  • Vert.x
  • Chat Microservices
  • Message Queue ( Redis Queue )
  • 10,000 peoples in same chat room.
  • Distributed message server

Requirement

Building

To build the code:

cd slime-http
mvn clean package
java -jar target/slime-http-0.0.1-SNAPSHOT-fat.jar

cd slime-sockjs
mvn clean package
java -jar target/slime-sockjs-0.0.1-SNAPSHOT-fat.jar 

== REDIS MQ : Routing Message == 
cd slime-publish
mvn clean package
java -jar target/slime-publish-0.0.1-SNAPSHOT-fat.jar 

And connect your browser http://localhost:8080/

Comming Soon other examples

Reference Project