Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.92k stars 175 forks source link

Including Promise API #191

Open juzerali opened 12 years ago

juzerali commented 12 years ago

Shouldn't methods like Group.count and Group.getUsers return a Promise. It feels un-natural to pass a callback to such methods.

juzerali commented 12 years ago

Assign this to me if this is to be implemented.