SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

Protocol v3: MessagePack? #82

Open SEAPUNK opened 8 years ago

SEAPUNK commented 8 years ago

It might be better to have the entire protocol be sent as binary data, and be sent w/ MessagePack. This way, you can send binary data as objects without any problem whatsoever.

SEAPUNK commented 8 years ago

Hell yeah, we're using MessagePack. Investigate creating a message validator/shaper.