matthewfl / node-host

JSApp.us -- First open Node.js open hosting architecture http://groups.google.com/group/jsapp-us (depreciated)
http://jsapp.us
140 stars 19 forks source link

Update api #16

Open matthewfl opened 13 years ago

matthewfl commented 13 years ago

Modules that need to be added or updated:

RIAEvangelist commented 12 years ago

It would be nice to see socket.io module installed as well

matthewfl commented 12 years ago

This issue is more about "core" modules. However, I do have plans for bringing in all npm packages and making then available, which would enable socket.io. The other main issue with socket.io is that nginx does not proxy with HTTP/1.1 so socket.io can't upgrade the connection to web-sockets at this point, the unstable branch has recently added this support for this.