Skip to content

Commit 6a749bc

Browse files
committed
Add readme and todo
1 parent de029bb commit 6a749bc

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
To run deck.remote.js you must include deck.remote.js to your deck.js slides. No stylesheets or html is required.
2+
3+
Before starting the presentation run the node.js daemon located in deck-remote-server/main.js. Make sure you init and update submodules (currently it's using WebSocket-Node.git by Worlize).
4+
5+
Once the daemon is running, open your presentation and the client (deck-remote-client/index.html) in your browser. Changes made on the client should reflect on the server, and the other way around.
6+
7+
At the moment it has only been tested with Firefox.

TODO

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Using socket.io for server?
2+
3+
Improving client UI
4+
5+
Reconnect on disconnect
6+
7+
Allow ip and port configuration
8+
9+
Test more browsers
10+
11+
Mobile client version

0 commit comments

Comments
 (0)