|
@@ -4,11 +4,13 @@ IPFS is a distributed file system that seeks to connect all computing devices wi
|
|
|
|
|
|
IPFS could become a new major subsystem of the internet. If built right, it could complement or replace HTTP. It could complement or replace even more. It sounds crazy. It _is_ crazy.
|
|
|
|
|
|
-#### ~~ IPFS IS A WORK IN PROGRESS ~~
|
|
|
+#### IPFS IS A WORK IN PROGRESS
|
|
|
|
|
|
Please note that IPFS is a work in progress. It is an ambitious plan to make the internet more free, open, secure, and high performance. It builds on the good ideas of numerous battle-tested distributed systems.
|
|
|
|
|
|
-Watch the first IPFS talk:
|
|
|
+IPFS Talks:
|
|
|
+
|
|
|
+[![Alpha Demo]](img/ipfs-alpha-video.png)](https://www.youtube.com/watch?v=8CMxDNuuAiQ)
|
|
|
|
|
|
[](https://www.youtube.com/watch?v=Fa4pckodM9g)
|
|
|
|
|
@@ -22,10 +24,9 @@ Please Read:
|
|
|
|
|
|
## Implementations
|
|
|
|
|
|
-There are no stable implementations yet. There are two being developed concurrently:
|
|
|
+- [github.com/jbenet/go-ipfs](https://github.com/jbenet/go-ipfs) in Go. Status: Alpha (reference)
|
|
|
|
|
|
-- [node-ipfs](http://github.com/jbenet/node-ipfs) in NodeJS (v1 Effort)
|
|
|
-- [go-ipfs](http://github.com/jbenet/go-ipfs) in Go (v1 Effort)
|
|
|
+- [node-ipfs](http://github.com/jbenet/node-ipfs) in js (on hold)
|
|
|
|
|
|
If you would like to start one, please post an issue in this repository so I can help you. There is at present no "perfect spec" and many protocol details are still to be decided upon.
|
|
|
|