Bootstrapping Node.js in the browser — no browserify required — There are several reasons why a JavaScript developer may want to run Node.js code in the browser, including: developed a Node.js app — now want to also offer it online found a useful npm package that relies on Node.js want to use Node.js APIs (buffer, crypto, fork, events, streams, …) …