Is there any way for sending messages to a netty http server from javascript like a WebSocket object but for Netty long polling ?
Asked
Active
Viewed 2,535 times
6
-
1have you find any method for this? – small_ticket Jan 06 '12 at 16:03
1 Answers
4
Yes, it is possible. See this post. I put an example of long polling in a test project called netty-ajax-server. If you browse the source code, you will find the pipeline factory, handler and javascript client implementation.