bpd1069 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Add node.js / io.js port #194

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We've had requests for stable support of node.js / io.js on top of NaCl and 
PNaCl, so it would be good to test them.

In-browser or in an app we should be able to use nacl_io to do most of what 
node.js / io.js requires.

When running outside the browser we'll need to rely on sel_ldr -a and seccomp 
for now, but eventually we should teach sel_ldr to be smarter about file and 
socket APIs.

IIRC there was an issue with node.js using epoll, I don't remember if we 
resolved it.

FWIW Ripple's Codius has node.js support working in NaCl:
  https://github.com/codius/codius-lang-js

Original issue reported on code.google.com by j...@chromium.org on 5 Feb 2015 at 6:51