$30 off During Our Annual Pro Sale. View Details »

Building Rich Client Apps

Avatar for dk 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..

Avatar for dk

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