Simple web socket chat server in Java, using WebSockets
Server is already running on Heroku, you can check the client by visiting https://jasofalcon.github.io/chat-ws-client/
mvn clean packageJust fire up the ChatServer.java (::main)
java -jar target/chat-1.0-SNAPSHOT-jar-with-dependencies.jarUse this client to connect with server - https://github.com/jasofalcon/chat-ws-client