CoNETProject / node-in-browser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 81.0%Language:JavaScript 8.6%Language:CSS 8.0%Language:HTML 2.5%