Thursday, 11 May 2017

node.js read string with 7 bit encoded int length

I get data from C# tcp server which sent me string. The string is prefixed with the length, encoded as an integer seven bits at a time.

How I can parse length in node.js



via avengerweb

No comments:

Post a Comment