/socket-echo

Primary LanguageJavaScript

Socket Echo

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.

Build

mvn clean install

Deploy

Deploy the war built using the previous command to tomcat webapps directory.