divkit / divkit

DivKit is an open source Server-Driven UI (SDUI) framework. SDUI is a an emerging technique that leverage the server to build the user interfaces of their mobile app
https://divkit.tech
Other
2.22k stars 122 forks source link

Use Flatbuffers as Transfer Protocol in Production #3

Open zhimbura opened 2 years ago

zhimbura commented 2 years ago

It's just an idea. How about using FlatBuffers, binary data is lighter and doesn't need to be parsed.

image