websocket « jetty « Java Enterprise Q&A





1. A couple of questions for a websocket app    stackoverflow.com

I'm currently using Jetty as my websocket server and I'm trying to make a real-time game. I'm really new to this. So far I've managed to work on the easiest one ...

2. Flash WebSockets fallback and Jetty 8?    stackoverflow.com

I found this awesome example: https://github.com/matzew/jetty-websocket, or an HTML5 WebSocket echo server in Jetty, and I love it's simplicity. However, the web app I am developing will require a ...

3. jetty websockets only server - no http server - remove the 404 error    stackoverflow.com

I've implemented a small web-sockets server using jetty, embedded in a larger java application. The server is running on 8081 port, and everything works ok(tested with a small client , in ...