meteorhacks/bddp

Name: bddp

Owner: meteorhacks

Description: DDP like binary protocol implemented using cap'n proto

Created: 2015-05-28 20:25:09.0

Updated: 2017-04-11 19:16:33.0

Pushed: 2015-06-10 10:24:08.0

Homepage: null

Size: 184

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

bddp

ddp for binary data

DDP is a protocol used by Meteor for real time data communication. It supports remote procedure calls (RPC) and subscriptions. DDP runs on websockets with sockjs and uses EJSON to serialize data during transmission which is sometimes not good enough for binary data.

BDDP runs on tcp and uses cap'n proto to as the data format in order to reduce encoding/decoding time as much as possible.

TODO

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.