Community

JSON is Not Cool Anymore: Implementing Protocol Buffers in Node.js

(Azat Mardan) There’s a better alternative to the ubiquitous JSON as the communication protocol of the web. It’s Protocol Buffers (protobuf). In a nutshell, protobuf offers a more dense format (faster processing) and provides data schemas (enforcement of structure and better compatibility with old c

Read More - Register for Free Membership