Question

I want to implement basic server push mechanism using websockets in netty ( not a chat application). Can anyone provide some pointers and example...

Was it helpful?

Solution

Take a look at the netty WebSocket Server xsource examples. They're quite good and self explanatory. Also, I have been putting together a test project to demonstrate Ajax push using netty. See the websocket package in netty-ajax-server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top