aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2013-11-12 08:16:24 -0600
committerDavid Barksdale <amatus@amatus.name>2013-11-12 08:16:24 -0600
commitc59144dd91c42fabfaf9c48dc6b6632d277cd982 (patch)
tree9e5d0a9c756b00aabbeea02ca02b82d13b5e13f3 /README.md
parentf7b816726ca031cb5e54a52a95fa35b84bcd5731 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2c8c0da..81aa7d7 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,13 @@ What You Can Do Now
3. Open http://localhost:3000/gnunet.html
We're a long way from running GNUnet in the browser. Currently we have the
-peerinfo service linked into a javascript file which will load but has no
-way of receiving commands.
+peerinfo service linked into a javascript file which is loaded into a
+shared worker and can pass arrays of bytes back and forth. Try sending
+`[40, 0, 74, 1]`.
+
+To debug a shared worker in chrome open chrome://inspect and click the
+"inspect" link next to the http://localhost:3000/js/gnunet-service-peerinfo.js
+shared worker.
Eventually we will have each GNUnet service running in its own [Web Worker]
thread. The APIs used by the services to schedule tasks and communicate with