3
votes

How can I achieve Server to client streaming using WebSockets and Netty?

I have explored websocket sample. https://github.com/netty/netty/tree/3.2/src/main/java/org/jboss/netty/example/http/websocketx

1
I dont think the following example deals with streaming, but then you can take a look and verify github.com/rocketpages/Netty-TicTacToe-Server It uses websockets and jquery and netty. - Abe
Any sample for server to client communication only? - Nishant

1 Answers