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
- Host: GitHub
- URL: https://github.com/primus/binary-pack
- Owner: primus
- License: mit
- Created: 2013-08-19T03:55:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T18:59:40.000Z (over 3 years ago)
- Last Synced: 2025-06-01T13:15:59.712Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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