Skip to content

Binary JSON like serialization with binary types

License

Notifications You must be signed in to change notification settings

peers/js-binarypack

This branch is 239 commits ahead of binaryjs/js-binarypack:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 9, 2024
Dec 3, 2023
Dec 3, 2023
Dec 3, 2023
Aug 11, 2019
Feb 17, 2023
Feb 17, 2023
Feb 25, 2023
Jun 22, 2023
Jul 27, 2012
Feb 19, 2023
Dec 3, 2023
Mar 9, 2024
Mar 9, 2024
Jun 12, 2023
Feb 19, 2023

Repository files navigation

BinaryPack

BinaryPack is 95% MessagePack. The protocol has been extended to support distinct string and binary types.

This library is mainly used by PeerJS to transfer objects via data channels. Bug reports and fixes are welcome, but we are unlikely to implement new features.

Inspired by: https://github.com/cuzic/MessagePack-JS