node-in-browser
An experiment to bootstrap Node.js (version 8.0.0) in the browser in order to run Node apps or npm libraries unmodified.
See my blog post for more info. Try it online.
Contributor Quick Start
npm install
npm run build
# npm run build -- -- -w # to build in watch mode
npm start
This will serve the REPL at http://localhost:8000/index.html