Simple chat application using spring boot websockets
1. Clone the application
git clone https://github.com/amarlearning/spring-boot-websocket.git2. Build and run the app using maven
cd spring-boot-websocket
mvn package
java -jar target/*.warAlternatively, you can run the app directly without packaging it like so -
mvn spring-boot:runYou can report the bugs at the issue tracker
OR
You can tweet me if you can't get it to work. In fact, you should tweet me anyway.
Built with ♥ by Amar Prakash Pandey(@amarlearning) under MIT License
You can find a copy of the License at http://amarlearning.mit-license.org/
