Skip to content

unlogicaldev/slime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

microservice with queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published