aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-07-20 18:06:57 -0500
committerDavid Barksdale <amatus@amatus.name>2014-07-20 18:06:57 -0500
commit0e01ce8d4b7c2a302f66e381e1845926d8a9fc69 (patch)
tree5ddfd52c61615af44c4a2d09fac44ff8c1da5e47 /README.md
parentf5c3a4a54b5179d89718fc9f41c47a305c3d6373 (diff)
Port to hoplon
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2ce7282..9e28f7b 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,11 @@ Roadmap
What You Can Do Now
-------------------
+You will need to install [boot] to follow these instructions.
+
### Try out the RTCPeerConnection demo ###
-0. Execute `lein run`
-1. Open two browsers to http://localhost:3000/ (let's call them Alice and Bob).
+0. Execute `boot production`
+1. Open two browsers to resources/public/webrtc.html (let's call them Alice and Bob).
2. Alice presses "Create Offer" and waits a bit for ICE candidates to be
collected.
3. Alice sends the Local Description to Bob.
@@ -45,8 +47,8 @@ What You Can Do Now
### Compile GNUnet with emscripten ###
0. Execute `./build-gnunet.sh`
-1. Execute `lein run`
-2. Open http://localhost:3000/gnunet.html
+1. Execute `boot production`
+2. Open resources/public/index.html
Each GNUnet service is running in its own [Web Worker] thread. The APIs used by
the services to schedule tasks, communicate with each other, and load plugins
@@ -61,4 +63,5 @@ To debug a shared worker in chrome open chrome://inspect and click the
[rfc3264]: http://www.ietf.org/rfc/rfc3264.txt
[web worker]: http://www.w3.org/TR/workers/
[indexeddb]: http://www.w3.org/TR/IndexedDB/
+ [boot]: https://github.com/tailrecursion/boot