Welcome! Log In Create A New Profile

Advanced

Re: Would like to implement WebSocket support

Alexandr Gomoliako
May 18, 2012 10:16AM
> 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@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Would like to implement WebSocket support

acaron February 01, 2012 10:56PM

Re: Would like to implement WebSocket support

sv February 02, 2012 09:36AM

Re: Would like to implement WebSocket support

Alexandr Gomoliako February 02, 2012 12:38PM

Re: Would like to implement WebSocket support

crazedfred February 29, 2012 02:30PM

Re: Would like to implement WebSocket support

cyberchris May 18, 2012 05:15AM

Re: Would like to implement WebSocket support

Alexandr Gomoliako May 18, 2012 10:16AM

Re: Would like to implement WebSocket support

姚伟斌 May 20, 2012 10:48PM

Re: Would like to implement WebSocket support

zestsh June 04, 2012 02:31AM

Re: Would like to implement WebSocket support

zestsh June 04, 2012 04:33AM

Re: Would like to implement WebSocket support

zestsh March 15, 2013 11:19PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 149
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready