chromify

browserify plugin for Google Chrome applications

Usage no npm install needed!

<script type="module">
  import chromify from 'https://cdn.skypack.dev/chromify';
</script>

README

chromify

Chromify is a plugin for browserify which augments Chrome Packaged Apps with additional NodeJS powers. Notably, it adds the 'net', and 'http' modules. Build servers in the browser.

The http_parser.js component is built from the es-parser branch of joyent/http-parser which you can find from my fork at tilgovi/http-parser.

license

The MIT License. See LICENSE file for details.

Some files copyright Joyent, Inc. and contributors. Relevant comments have been preserved in those files.