diff options
author | David Barksdale <amatus@amatus.name> | 2014-06-21 23:50:10 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-06-21 23:50:10 -0500 |
commit | d0f509d1ac3ede48cddb71198e6db2cbd671d00c (patch) | |
tree | b59248fdc7ab69179185d659a2c3ffe9d1153705 /README.md | |
parent | 1d17b04c74e37719fd8e7c2f89c48cc50ee3321f (diff) |
Build gnunet-service-cadet and run it
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ Roadmap * gnunet-service-core.js - Done. * gnunet-service-nse.js - Done, PoW not persistent yet. * gnunet-service-dht.js - Done. - * gnunet-service-cadet.js - To do. + * gnunet-service-cadet.js - Done. * gnunet-service-datastore.js - To do. * Needs an [indexedDB] backend plugin. * gnunet-service-fs.js - To do. @@ -47,7 +47,7 @@ What You Can Do Now 1. Execute `lein run` 2. Open http://localhost:3000/gnunet.html -Each GNUnet service running in its own [Web Worker] thread. The APIs used by +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 are implemented as emscripten js libraries. |