node-in-browser icon indicating copy to clipboard operation
node-in-browser copied to clipboard

Attempt to bootstrap Node.js in the browser in order to run Node apps or npm libraries unmodified.

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.

real node vs browser node look alike

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