binaryjs / 0.2.1 last updated 10 months ago created on Jul 13th 2012
Install
npm install --save binaryjs
Clone
git clone git@github.com:binaryjs/binaryjs.git
dependencies
show all 11
| main |
|
streamws | 0.1.1 | Unknown |
|
|
streamers | 0.1.1 | MIT | |
|
|
binarypack | 0.0.4 | Unknown |
maintainers
ericz
versions
16 total
| 0.2.1 | a year ago | ericz |
| 0.2.0 | a year ago | ericz |
| 0.1.8 | 2 years ago | ericz |
| 0.1.7 | 2 years ago | anonymous |
| 0.1.6 | 2 years ago | anonymous |
| 0.1.5 | 2 years ago | anonymous |
| 0.1.4 | 2 years ago | ericz |
| 0.1.3 | 2 years ago | ericz |
| 0.1.2 | 2 years ago | ericz |
| 0.1.1 | 2 years ago | ericz |
| 0.1.0 | 2 years ago | ericz |
| 0.0.4 | 2 years ago | anonymous |
| 0.0.3 | 2 years ago | ericz |
| 0.0.2 | 2 years ago | ericz |
| 0.0.1 | 2 years ago | ericz |
| 0.0.0 | 2 years ago | ericz |
readme
BinaryJS
We're under development!
For docs and more info http://binaryjs.com
Node binary websocket streaming made easy
Download
Server
or from Git
Client
http://binaryjs.com for docs and demos
Changelog
0.2.1
- Update js-binarypack to 0.0.7, fast utf8 support now on by default.
0.2.0
- Fix critical BinaryPack issue prevent TypedArrays of 16 bit or greater from being serialized correctly
0.1.9
- Fix close internal socket (removing not supported code/message parameters)
0.1.8
- Does not throw exceptions when writing on a stream with closed underlying socket
- StreamID no longer has to be a number
- Use newer version of node-binarypack
0.1.7
- Fix critical bug involving drain event not firing. Bump
streamwsto 0.1.1
0.1.5
streamwsversion>=0.1.0is now required- Streams no longer add their own listeners to error/close/drain events (fixes leaks)
- Calls to
socket.sendno longer include{binary: true}or callback parameters (fixes type error in some browsers)
