Skip to content

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

Notifications You must be signed in to change notification settings

olydis/node-in-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published