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/
Just fire up the ChatServer.java (::main)
Use this client to connect with server - https://github.com/jasofalcon/chat-ws-client