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

Building a Desktop for the Cloud

Romain Huet
October 18, 2012

Building a Desktop for the Cloud

Node Dublin 2012

Romain Huet

October 18, 2012
Tweet

More Decks by Romain Huet

Other Decks in Technology

Transcript

  1. Building a Desktop for the Cloud Romain Huet Co-Founder &

    CTO of Jolicloud @romainhuet Node Dublin 2012
  2. How to reinvent the operating system for people who live

    in the cloud? The cloud radically changed computing in every possible way.
  3. Node as part of our front-end deployment build tools with

    Grunt JS linting, CSS minifying… Produce Retina assets Inline small images in CSS Generate AppCache Manifests
  4. Bidirectional and real-time communication with the computer. Send commands: Receive

    events: JavaScript API on top of WebSocket jolios.addEventListener('deviceAdded', function(device) { // Display the device and start interacting with it. }); jolios.shutdown(); Demo