Binary serialization frameworks or libraries for node.js

I am interested in finding out what binary serialization frameworks/libraries are there for node.js.

I tried to use Apache Thrift, but the documentation is very poor and does not offer any example in this area.

Does anyone know of any alternatives?

How about ProtoBuf from Google?

Here is a JS port that is available on npm.

Related:

Google Protocol Buffers - javascript