Skip to content

Commit

Permalink
fix webrtc-explorer message
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Mar 9, 2016
1 parent f5aba7f commit e024520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion published/006-2016-March-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The list of [API Commands](https://ipfs.io/docs/commands/) on the website has be

#### [**WebRTC Explorer**](https://github.com/diasdavid/webrtc-explorer)

WebRTC Explorer 2.0.0 has been alpha released! WebRTC Explorer is essentially a way to bring Packet Switching to the Application Level, using WebRTC Data Channels as the transportation layer between nodes. WebRTC enables communication between browsers without needing mediators (servers), enabling users to route packets between machines, using only Web technologies. WebRTC is inspired by the Chord routing scheme to create routing tables that are evenly balanced across nodes. [@diasdavid](https://github.com/diasdavid) wrote up a more extensive [blog post here](http://blog.daviddias.me/2016/02/28/webrtc-explorer-2-0-0-alpha-release), and has an introductory video [here](https://youtu.be/fNQGGGE__zI).
WebRTC Explorer 2.0.0 has been alpha released! WebRTC Explorer is a P2P Routing Overlay Network, using WebRTC Data Channels as the transportation layer between nodes. WebRTC Explorer enables communication between browsers without needing mediators (servers), enabling users to route packets between machines, using only Web technologies. WebRTC Explorer is inspired by the Chord DHT, to create a routing scheme with finger tables that are evenly balanced across nodes. [@diasdavid](https://github.com/diasdavid) wrote up a more extensive [blog post here](http://blog.daviddias.me/2016/02/28/webrtc-explorer-2-0-0-alpha-release), and has an introductory video [here](https://youtu.be/fNQGGGE__zI).

#### [**libp2p**](https://github.com/diasdavid/js-libp2p)

Expand Down

0 comments on commit e024520

Please sign in to comment.