TurboWarp / cloud-server

Cloud variable server monorepo: Node.js server implementation and protocol documentation
MIT License
41 stars 34 forks source link

Binary protocol #111

Open GarboMuffin opened 2 years ago

GarboMuffin commented 2 years ago

The current JSON protocol is very inefficient considering that the variable values being passed should only be numbers. We may be able to reduce bandwidth usage (primary from the server to client) by using a more efficient encoding.

ADDSamuels commented 2 years ago

Yes please do!

ghost commented 2 years ago

support