SkillAgentSearch skills...

Bddp

DDP like binary protocol implemented using cap'n proto

Install / Use

/learn @meteorhacks/Bddp
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

  • implement bddp client/server packages for nodejs and golang

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated3y ago
Forks1

Languages

Go

Security Score

60/100

Audited on Oct 9, 2022

No findings