Browse Source

node-ipfs repo added to project-directory

Dylan Powers 10 years ago
parent
commit
88f00e0ca0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      project-directory.md

+ 3 - 0
project-directory.md

@@ -14,6 +14,9 @@ These are all the repos found in the ipfs Github organization. If you still can'
 * [go-ipfs](https://github.com/ipfs/go-ipfs)  
     An ipfs implementation in golang. This is currently the only implementation in active development.
 
+* [node-ipfs](https://github.com/ipfs/node-ipfs)  
+    An ipfs implementation in Node.js.
+
 
 ## Applications
 * [astralboot](https://github.com/ipfs/astralboot)