Skip to content

procommerce-io/browserify-buffertools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browserify-buffertools

A JavaScript implementation of node-buffertools for use in the browser via browserify.

Usage and limitations

API functionality should be identical to that of node-buffertools. Our test cases are very inspired in the original node test cases. However, a few things are missing: (feel free to contribute Pull Requests)

  • The WritableBufferStream class is available but totally untested.

Running tests

To run node tests run:

mocha

To run browser tests, run:

grunt browserify

And open test.html in your browser.

About

A JavaScript implementation of node-buffertools to work in the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • HTML 4.3%