derbyjs / racer

Realtime model synchronization engine for Node.js
1.19k stars 118 forks source link

Looks like browserify api just changed #83

Closed richtera closed 11 years ago

richtera commented 11 years ago

It's now exporting a constructor and the bundle api returns a stream. I changed the racer.server.js but still having other problems. The current problem I am having is that derby.browser.js doesn't seem to be included in the browser package causing DERBY to be undefined.

richtera commented 11 years ago

I added a pull request for this.