Echo JS 0.11.0

<~>

tracker1 30 days ago. link 1 point
It's worth noting that protocol buffers are *NOT* faster in JS than in other languages.  You can often get faster results from compressed json than protobuf and other binary wire formats.

You might be able to use a binary extension/module for Node/Deno that can access the direct sockets to handle the encode/decode in a lower level language (such as rust).