Any resources for implementing Cap'n Proto with Browser as a client and CF Worker as a backend?

I'd like to learn for my own sake but I cannot seem to find any resources. I'm new to Protobuffs.
2 Replies
Hello, I’m Allie!
Protobufs and Capn’Proto are two different systems. Which one are you looking at?
Luka
Luka7mo ago
Frankly just wanted to see how it works and if it's easily integratable in the frontend for posting data. I end up coming across FlexBuffer from FlatBuffer library and that was actually really easy to implement. It adds. a significant compression and works without hard typed schema. 🙂 It couldn't handle numbers however.