node-mongodb icon indicating copy to clipboard operation
node-mongodb copied to clipboard

Feature request: extract the BSON library into its own module

Open tomtaylor opened this issue 14 years ago • 0 comments

It'd be really useful to be able to use BSON as a generic, schema-less, binary serialization format. It looks like the code for encoding/decoding BSON is fairly separate, but it'd be great if it could be extracted into it's own module for those who aren't using mongodb.

I'd happily do this myself, but I'm not sure where to start - my C knowledge is pretty basic. If you have any pointers (BADOOMTSSHHH) that'd be great.

tomtaylor avatar Apr 30 '10 19:04 tomtaylor