saltyrtc / saltyrtc-meta

Protocol description and organisational information for SaltyRTC implementations.
MIT License
74 stars 8 forks source link

Drop JSON, use MessagePack #1

Closed lgrahl closed 8 years ago

lgrahl commented 8 years ago

Instead of JSON, we use MessagePack to pack/unpack binary data. Consequently, all former hex-encoded values must be sent as binary blobs.

lgrahl commented 8 years ago

Existing reference implementation: saltyrtc-server-python