I'm not to happy with this change though. At least with hixie-76, connections would fail to connect if the intermediate proxies are not understanding WebSockets. Now, your connection will succeed, both client and server…
WebSockets probably. None of the traditional server-side web frameworks (Ruby on Rails, Django, Java Servlets, ...) can deal with them because you need to maintain open connections with each client. That also makes…
> A big part of what empowers node to make these kinds of interfaces possible is its asynchronous nature. No longer do you have statelessness imposed from on high by the likes of apache or rails. You can keep…
But bcrypt is just a few files of portable C (the .S is optional) with no dependencies whatsoever ?
An author here. What drop-downs are you referring to? We are a server-side framework (GWT = client-side). That means there is no need to implement a client-server protocol to access server-side resources, which, as…
I agree, the reverse proxies are becoming a bottle neck. Perhaps we need to team up and contribute it to nginx? It shouldn't be very hard unless their architecture really does not do persistent connections at all (they…
I'm not to happy with this change though. At least with hixie-76, connections would fail to connect if the intermediate proxies are not understanding WebSockets. Now, your connection will succeed, both client and server…
WebSockets probably. None of the traditional server-side web frameworks (Ruby on Rails, Django, Java Servlets, ...) can deal with them because you need to maintain open connections with each client. That also makes…
> A big part of what empowers node to make these kinds of interfaces possible is its asynchronous nature. No longer do you have statelessness imposed from on high by the likes of apache or rails. You can keep…
But bcrypt is just a few files of portable C (the .S is optional) with no dependencies whatsoever ?
An author here. What drop-downs are you referring to? We are a server-side framework (GWT = client-side). That means there is no need to implement a client-server protocol to access server-side resources, which, as…
I agree, the reverse proxies are becoming a bottle neck. Perhaps we need to team up and contribute it to nginx? It shouldn't be very hard unless their architecture really does not do persistent connections at all (they…