https://github.com/christkv/node-mongodb-native is supposed to have a
pure native BSON implementation aswell. Extracting only the BSON parts
might be tricky, though.
> I plan to use BSON client side, in the browser.
Out of curiosity, what would be the use-case for BSON on browser side?
--
|8]
I implemented objectId in Javascript. It's a bit of a head start if you roll your own.
https://github.com/justaprogrammer/ObjectId.js
Why you need bson in
the client I don't know but I'm not asking :)