Skip to content
Alrik Hausdorf edited this page Jun 11, 2012 · 18 revisions

Keynode.JS is a presenter console for the deck.js slide system.

It consists of a Node.JS Server, a Presenter and a Watcher-Addon for Deck.js.

An DEMO presenation can be found [here] (http://aksw.github.com/KeyNode.js/)

Parts of the project

Every Part of this Project is managed in an other Branch:

Branchname Description Link to Repo Link to documentation
Watcher This addon of Deck.JS receive the synchronized presentation and tell Deck.js to display the right one. link link
Presenter It's the central Instance of the Keynode.js System. It displays the presentation, send the current Slide to the Server and gives additional features like display notes on it. link link
Server This server is written in Node.JS. It gets the currents slide form the PResenter and gives it to the users who listen to this presentation. link link

Here you find some general things about the Keynode.JS project

Dependencies:

Clone this wiki locally