jstp / node-jstp

JSTP implementation in Node.js
2 stars 2 forks source link

Browser version #28

Closed xaviervia closed 10 years ago

xaviervia commented 10 years ago

Just use http://browserify.org/

xaviervia commented 10 years ago

The browser version has differences in implementation ie. process.nextTick vs. setTimeout(... ,0); just using browserify makes no sense.