I want to create a very small application using java to understand about the websocket. The application is going to be like a stock market ticker app (very basic level) and I wnat to use tomcat
So can some one guide me on how to use the websocket API both on the server side (servlet) as well as on the client side (JS) without relying on the frameworks like JWebsoket etc
Thanks
this can be referred for getting started with websocket apis
http://dev.w3.org/html5/websockets/