node-host icon indicating copy to clipboard operation
node-host copied to clipboard

Update api

Open matthewfl opened this issue 14 years ago • 2 comments

Modules that need to be added or updated:

  • utils
  • events
  • fs (possibly get listing files and add more ways to read files)
  • http (out of date, need updating)
  • https (make it proxy to the same http server)
  • vm (maybe just message that is it not allowed, possibly could upgrade sandbox to use this interface rather than the lower level hooks)
  • assert (rewrite to make it work with our console)
  • tty (error message for not allowed (not really useful in our case really))
  • os ( ^ )

matthewfl avatar Aug 17 '11 02:08 matthewfl

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

RIAEvangelist avatar Nov 25 '11 05:11 RIAEvangelist

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.

matthewfl avatar Nov 25 '11 09:11 matthewfl