Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 251 Bytes

README.markdown

File metadata and controls

7 lines (4 loc) · 251 Bytes

msgpack for node

This is my own experiment with a hand written encoder and parser for msgpack for node.

The initial implementation is mostly done, missing is 64bit numbers and float/double numbers.

Next is heavy testing and performance tuning...