From c69027543a30399f344bce9f853bcd3fa94b6c76 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Tue, 21 Feb 2017 18:29:53 +0100 Subject: [PATCH] Add js and go implementations --- relay/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/relay/README.md b/relay/README.md index 940a877..3bfdfa2 100644 --- a/relay/README.md +++ b/relay/README.md @@ -2,6 +2,10 @@ > Circuit Switching in libp2p +Implementations +- [js-libp2p-circuit](https://github.com/libp2p/js-libp2p-circuit) -- status: started +- [go-libp2p-circuit](https://github.com/libp2p/go-libp2p-circuit) -- status: ready-to-start + Table of Contents - [Overview](#overview) - [Dramatization](#dramatization) @@ -10,8 +14,6 @@ Table of Contents - [Interfaces](#interfaces) - [Removing existing relay protocol](#removing-existing-relay-protocol) -Note: as of 8-Feb-2017, this protocol isn't implemented yet, neither in go-libp2p nor js-libp2p. -We aim to implement and ship it [during the "ipfs in web browsers" sprint](https://github.com/ipfs/pm/issues/351) starting 12-Feb-2017. ## Overview