I need to encode and decode IEEE 754 floats and doubles from binary in node.js to parse a network protocol.
Are there any existing libraries that do this, or do I ha
This is the best way to do it: http://github.com/pgriess/node-jspack (perhaps if you need to do things on node < 0.6.)