passenger-nodejs-websocket-demo
passenger-nodejs-websocket-demo copied to clipboard
Phusion Passenger: Node.js WebSocket demo
Results
2
passenger-nodejs-websocket-demo issues
Sort by
recently updated
recently updated
newest added
This adds a Vagrant box which runs the demo on Nginx. If this sounds like a good idea I can go ahead and configure additional boxes for Apache and Standalone.
Trying this nodejs demo on apache and mod_passenger. But socket.io is only falling back to polling as the websocket gets corrupted by apache sending the upgrade response using chunked encoding:...