-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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/)
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 |
[General documentations] (https://github.com/AKSW/KeyNode.js/wiki/dokumentation)
Here you find some general things about the Keynode.JS project
-
[NodeJS] (http://nodejs.org/) for Server
-
jQuery for Watcher and Presenter
-
jQuery Tools for Presenter
-
deck.js for Watcher and Presenter