pimpmycode.fr
5 frameworks js pour des données live | Pimp My Code
http://www.pimpmycode.fr/developpement/49-frameworks-live.html
Give your code that special pimp. 5 frameworks js pour des données live. Un post rapide, en forme de mémo à moi même, pour faire un petit tour d’horizon des solutions d’accès à des données live en Javascript. Dans la lignée de Firebase. Il existe plusieurs frameworks javascript qui exploitent les websockets ou le polling pour rendre totalement transparente la connexion à des jeux de données, même live. Le service qui fournit les données est en général une API rest, généré de manière automatique. Firehose...
clifff.com
Notes from Rails Conf
https://clifff.com/blog/2012/04/26/rails-conf-2012
Notes from Rails Conf. Apr 26, 2012. This last week I attended Rails Conf 2012. In Austin, which was a welcome contrast to my SXSW experience. I found lots of talks that where interesting and applicable to problems/questions I have in day to day Rails development. If you are curious about specific content, I highly recommend checking out this wiki of presentation notes. Created by the New Haven Ruby group. Realtime Web Apps w/ REST. This talk was basically an introduction/debut for the Firehose.io. A gen...
bradgessler.com
RESTful Streams
http://bradgessler.com/talks/streaming-rest
As more people collaborate on the web with your applications, its not enough to just persist data to the database; it needs to be pushed out to your users web browsers so that they’re always working with the freshest data. Learn how to build a real-time layer on top of an existing Rails application’s authorization and resource logic so that you can build on top of the hard work already invested in your Rails application. Open source implementation of RESTful streams.
bradgessler.com
Middleman: The missing front end of the Rails API stack
http://bradgessler.com/talks/middleman-frontend
Middleman: The missing front end of the Rails API stack. There’s a lot of talk around using Rails as a JSON API back-end, but less on how to use the same great tools we’ve been using in Rails to build front end single page JavaScript apps. A Ruby static website generator, is used by Poll Everywhere. A modern static site generator. The “Rails API”. The “Stream API”. Base classes for building single page Backbone applications. Manage Middleman environments and deployment targets. HTML5 app on a floppy disk.
SOCIAL ENGAGEMENT