Skip to content

sammacbeth/libdwebify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdwebify

This is a Browserify transform, which replaces some node libraries with libdweb polyfills. This makes your node networking stack run in Firefox!

Current replaced modules:

  • net
  • dgram
  • dns

Install

npm install --save-dev @sammacbeth/libdwebify

Usage

Pass it to browserify with either -t to just replace in top-level files, or -g to also replace imports in dependencies:

browserify -e my_app.js -g @sammacbeth/libdwebify > bundle.js

Note, you will still have to add the libdweb experimental APIs in your extension manifest.

License

MIT

About

Browserify transform for libdweb

Resources

Stars

Watchers

Forks

Packages