node-buffer

Node.js Buffer API for browserify
  https://github.com/feross/buffer
  0
  no reviews



Node-buffer is a port of well known buffer API of nodejs to browser context.

Using require('buffer')` or the `Buffer` global variable will allow browserify program to include automatically this module on your code. Thus any npm module using buffer features will work in the browser.

Node.js is an event-based server-side JavaScript engine.