- description
This app is Sample chat server application implemented with WebSocket .
- requirements
Gradle v1.8
$ git clone https://github.com/rkaneko/WebSocketServer.git
$ cd WebSocketServer
$ gradle war
$ java -jar build/libs/WebSocketServer-1.0.war
This app run port 8090 .
- Client side
If you want to try to chat, you had better use Google Chrome extension 'Simple WebSocket Client' . URL is ws://127.0.0.1:8090/SampleServlet .