Olivier Scherrer

Olivier is a Front End Developer at Lab49, London, a strategy, design and technology consulting firm that creates advanced solutions for the world’s leading investment banks, asset managers and exchanges. He has a strong experience in developing real-time HTML5 applications.
He's the author of Emily and Olives, two JavaScript frameworks that allow to easily create powerful web applications on top of node.js, with high UI performance and low memory footprint.
Olivier is a Front End Developer at Lab49, London, a strategy, design and technology consulting firm that creates advanced solutions for the world’s leading investment banks, asset managers and exchanges. He has a strong experience in developing real-time HTML5 applications.
He's the author of Emily and Olives, two JavaScript frameworks that allow to easily create powerful web applications on top of node.js, with high UI performance and low memory footprint.View Olivier Scherrer on LinkedIn
  • ask me anything
  • GitHub podefr
  • Emily
  • Olives
  • rss
  • archive
  • Using CouchDB in a real-time web application

    CouchDB has a nice, simple and complete HTTP API. It can also feed a keep-alive socket with the changes happening in a database, thanks to the continuous feed. And this is a nice feature to be used in a real-time application.

    There are three available APIs for querying data:

    • document
    • bulk document
    • view

    I’ve started a serie of articles in which I’ll explain the flow of requests I’m using to get data from CouchDB and to keep it synchronized with changes on the database, regardless of the API.

    The first article involves the CouchDB document API and is available on github: https://github.com/flams/emily/wiki/CouchDB-document-in-a-real-time-application

    Source: github.com
    • April 7, 2012 (2:36 pm)
    • #javascript
    • #couchdb
    • #real-time
    • #nosql
© 2012–2013 Olivier Scherrer