An open API service indexing awesome lists of open source software.

https://github.com/primus/binary-pack

A module to package both browser and node versions of @ericz's binarypack
https://github.com/primus/binary-pack

Last synced: 12 months ago
JSON representation

A module to package both browser and node versions of @ericz's binarypack

Awesome Lists containing this project

README

          

# binary-pack

[![Version npm][npm-binary-pack-badge]][npm-binary-pack][![Build Status][travis-binary-pack-badge]][travis-binary-pack][![Coverage Status][coverage-binary-pack-badge]][coverage-binary-pack]

A little module that is fairly subjective for making it easy for any [`primus`][primus]
user to have binary support over websockets.

Big thanks to @ericz for writing [`js-binarypack`][js-binarypack] and
[`binarypack`][binarypack] which are bundled in this module.

[npm-binary-pack-badge]: https://img.shields.io/npm/v/binary-pack.svg?style=flat-square
[npm-binary-pack]: http://browsenpm.org/package/binary-pack
[travis-binary-pack-badge]: https://img.shields.io/travis/primus/binary-pack/master.svg?style=flat-square
[travis-binary-pack]: https://travis-ci.org/primus/binary-pack
[coverage-binary-pack-badge]: https://img.shields.io/coveralls/primus/binary-pack/master.svg?style=flat-square
[coverage-binary-pack]: https://coveralls.io/r/primus/binary-pack?branch=master
[js-binarypack]: https://github.com/binaryjs/js-binarypack
[binarypack]: https://github.com/binaryjs/node-binarypack
[primus]: https://github.com/primus/primus

## License

MIT