Skip to content

dodo/sawrocket-node

Repository files navigation

Saw Rocket for Node.js

Nodejs net, tls and dgram module using the Raw Socket API.

Current limitations

  • 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

About

Nodejs Net Module with Raw Socket API

Resources

Stars

Watchers

Forks

Packages

No packages published