aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-06-22 11:08:47 -0500
committerDavid Barksdale <amatus@amatus.name>2014-06-22 11:10:40 -0500
commit944f0915055cd5ce25e31b33b83801c6e611bb84 (patch)
treecfce56d6fac1bc134b9b5277d38a3d9f7cacb2b6 /README.md
parent3399f3965e1b0c1cd8b62ab51b3633dab6971c0e (diff)
Build and run gnunet-service-datastore, heap only
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b580c93..ace976b 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Roadmap
* gnunet-service-nse.js - Done, PoW not persistent yet.
* gnunet-service-dht.js - Done.
* gnunet-service-cadet.js - Done.
- * gnunet-service-datastore.js - To do.
+ * gnunet-service-datastore.js - Building with heap backend plugin.
* Needs an [indexedDB] backend plugin.
* gnunet-service-fs.js - To do.
* Write a minimal UI that allows publishing, searching, and downloading via the
@@ -60,6 +60,5 @@ shared worker.
[emscripten]: https://github.com/kripken/emscripten
[rfc3264]: http://www.ietf.org/rfc/rfc3264.txt
[web worker]: http://www.w3.org/TR/workers/
- [cors]: http://www.w3.org/TR/access-control/
[indexeddb]: http://www.w3.org/TR/IndexedDB/