• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    TypeScript
  • Created over 6 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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