August 2017
Intermediate to advanced
142 pages
3h
English
© Jorge Acetozi 2017
Jorge Acetozi, Pro Java Clustering and Scalability, https://doi.org/10.1007/978-1-4842-2985-9_3
Jorge Acetozi1
(1)São Paulo / SP, Brazil
Now that you have the dependencies up and running, it’s time to start the chat application. For this, you just need to download the jar file and execute it.
Make sure you have at least JDK 8 installed on your machine.
$ wget https://github.com/jorgeacetozi/ebook-chat-app-spring-websocket-cassandra-redis/releases/download/ebook-chat-1.0.0/ebook-chat-1.0.0.jar && java -jar ebook-chat-1.0.0.jarThat’s it. Open your browser and go to http://localhost:8080. Congratulations! ...
Read now
Unlock full access