浏览代码

Merge pull request #66 from dylanPowers/node-ipfs

Add the node-ipfs repo to the project-directory
Juan Batiz-Benet 10 年之前
父节点
当前提交
2b523ddac2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      project-directory.md

+ 3 - 0
project-directory.md

@@ -22,6 +22,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)