creationix / msgpack-js

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

Compile to browser? #13

Open emilianox opened 10 years ago

emilianox commented 10 years ago

One question, this library works in browser? I tried with browserify but dont work...

sorry for my bad english

creationix commented 10 years ago

It should work as-is without compiling. There is also the browser-only version at https://github.com/creationix/msgpack-js-browser

aakilfernandes commented 9 years ago

Confirmed that it doesn't work in the browser. Its looking for a global require function that doesn't exist. Also the bower repo points here (I assume it should point to msgpack-js-browser?)