Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building Rich Client Apps

dk
August 11, 2012

Building Rich Client Apps

Best practices and tips on building rich web clients in Rails, Backbone and XMPP, as we do it at Kicksend..

dk

August 11, 2012
Tweet

More Decks by dk

Other Decks in Technology

Transcript

  1. model = new KS.Models.List(id: 1) model.fetch() # GET api/lists/1 model.save()

    # PUT api/lists/1 model.destroy() # DELETE api/lists/1