WebSockets with Embedding Jetty
This page display the list of articles called “WebSockets with Embedding Jetty“. Articles will :
- [step1] : introduce WebSockets with Embedding Jetty articles.
- [step2] : develop chat application on client side with chat.html which use JavaScript WebSocket component.
- [step3] : develop chat WebSocket on server side with Jetty-WebSocket and start the Jetty server with Java main by using Embedding Jetty.
- [step4] :explains how to use the Chat Jetty-WebSocket in another Java Server (Tomcat, WebShpere…) which doesn’t support WebSocket.