AmpersandJS / ampersand-sync

Provides sync behavior for updating data from ampersand models and collections to the server.
http://ampersandjs.com
MIT License
20 stars 28 forks source link

Ampersand Sync + Node Request #57

Closed Freyert closed 9 years ago

Freyert commented 9 years ago

How does one go about using the request library instead of the xhr library for models?

I asked a question on StackOverflow if you want some bonus points.

naugtur commented 9 years ago

All you have to do is wait for the 4.0 to get released and used as dependency in model. I'm close to releasing sync@4.0 so it's not a long wait.

Once it's there, you just use ampersand-sync in nodejs and it works.

lukekarrys commented 9 years ago

Thanks to all @naugtur's hard work (!!!), v4 is published and this can be closed :smile: