Relative Content

Tag Archive for node.jsgoprotocol-buffersprotobuf.js

Why the Protobuff is slower than JSON.stringify() in NodeJS?

In our system, we are trying to reduce the data transfer duration between two applications through RabbitMQ. To do so, we are doing some tests with Protobuff and Flatbuffer. According to our test, these both two tools are slower than simple JSON.stringify() in NodeJS.