Would like to implement WebSocket support

zestsh nginx-forum at nginx.us
Mon Jun 4 06:31:20 UTC 2012


is there some discussing about the future websocket implementation?

from the roadmap, we couldn't get to know any new information.

Thank you.

姚伟斌 Wrote:
-------------------------------------------------------
> This feature will be implement in the 1.3 branch,
> you can see the
> roadmap here: http://trac.nginx.org/nginx/roadmap
> 
> Or you can use my tcp proxy module as an
> alternative temporarily :
> https://github.com/yaoweibin/nginx_tcp_proxy_modul
> e
> 
> Thanks.
> 
> 2012/5/18 Alexandr Gomoliako <zzz at zzz.org.ua>:
> >> I want to use websockets in my appliaction
> server. My provider has
> >> always in front of the application server an
> nginx-server.
> >> And since nginx currently doesn't support
> websockets I have a problem.
> >> So I just wanted to ask, how is the progress
> about proxiing websocket
> >> communications?
> >> I would be very great and I could imagine that
> other users may ask for
> >> that, too in the near future.
> >
> > I've been playing with websockets for awhile now
> and I don't think it
> > can make a difference for your provider. Real
> time web application are
> > really expensive to handle, each frame costs
> almost as much as
> > keepalive request, but you don't usually expect
> hundreds of requests
> > from each client every second. It's like
> streaming video by 100 bytes
> > at a time.
> >
> > So, it has to be some kind of frame multiplexing
> over a single
> > connection with backend and even then it's still
> a lot to handle.
> >
> > _______________________________________________
> > nginx mailing list
> > nginx at nginx.org
> > http://mailman.nginx.org/mailman/listinfo/nginx
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,221884,227134#msg-227134



More information about the nginx mailing list