Skip to content

Releases: manishmeganathan/peerchat

PeerChat v1.1.0

21 Jun 13:20
754f74c
Compare
Choose a tag to compare

Version: v1.1.0
Release Date: 21st June 2021

A terminal-based P2P chat application using libp2p and Golang that uses a Kademlia DHT and the IPFS network for peer discovery and routing

Changelog

  • Officially supports communication outside of localhost.
  • P2P Layer now uses the AutoRelay (TURN) functionality of libp2p to look for relay nodes that can facilitate the communication between two nodes on different private networks that cannot communicate directly

PeerChat v1.0.0

20 Jun 19:30
Compare
Choose a tag to compare

Version: v1.0.0
Release Date: 21st June 2021

A terminal-based P2P chat application using libp2p and Golang that uses a Kademlia DHT and the IPFS network for peer discovery and routing