Saw Rocket for Node.js
Nodejs net, tls and dgram module using the Raw Socket API.
- no Server in net and tls
- dns can be used, but needs some files from fs.
- crypto is overloaded with the forge module and adds missing
crypto.createCredentials
to the browser. - not tested in firefox
Browserify might help to build your node code for chrome/firefox extension:
browserify -r sawrocket-node:net entry.js > browser.js