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

jpidelatorre/node-in-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-in-browser

My first attempt to bootstrap Node.js in the browser in order to run Node apps or npm libraries unmodified.

asd

Quick Start

To check out the Node REPL in your browser, clone this repo, navigate to the cloned directory and run:

npm install
npm run build
npm start

This will server the REPL at https://localhost:8000/index.html

More Info

See my blog post for more info!

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

Languages

  • JavaScript 83.4%
  • TypeScript 9.3%
  • CSS 7.1%
  • HTML 0.2%