creationix / msgpack-js

The msgpack protocol implemented in pure javascript.
http://msgpack.org/
MIT License
253 stars 48 forks source link

why not use c library with a node wrapper ? #1

Closed ghost closed 13 years ago

creationix commented 13 years ago

Because I don't want to. Implementing it in pure JS is one of the goals of this project. It makes it a lot more portable. I'm sure others have and will make C-bindings to the msgpack library.

ghost commented 13 years ago

i see what you mean.

Will try it out.

Gerard

On 13 March 2011 02:28, creationix reply@reply.github.com wrote:

Because I don't want to.  Implementing it in pure JS is one of the goals of this project.  It makes it a lot more portable.  I'm sure others have and will make C-bindings to the msgpack library.

https://github.com/creationix/msgpack/issues/1#comment_864883