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

This branch is 16 commits behind olydis/node-in-browser:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

019d4d6 · May 6, 2018

History

34 Commits
Sep 26, 2017
May 6, 2018
May 6, 2018
Nov 23, 2017
May 6, 2018
May 6, 2018
Oct 11, 2017
May 6, 2018

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 http://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%