This project demonstrates the working of socket programming from both client and server side.
Currently this contains a java server side socket endpoint and a client side JS based socket endpoint. Upon sending message from the client side server will acknowledge the message and send it back.
mvn clean install
Deploy the war built using the previous command to tomcat webapps directory.