node-host
node-host copied to clipboard
Update api
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 ( ^ )
It would be nice to see socket.io module installed as well
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.