Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Releases: FelipeRosa/go-libp2p-chat

v0.2.0

01 Feb 00:25
Compare
Choose a tag to compare
Version 0.2.0

v0.1.0

27 Jan 01:43
Compare
Choose a tag to compare

Known bugs

  • Peer discovery does not find peers after the initial query
  • Peer discovery causes high CPU usage

Electron App

  • Able to connect to and create bootstrap nodes
  • Able to send and receive messages

Go Node

  • Peer routing and discovery (Kademlia DHT)
  • gossipsub for publishing and receiving messages in real time
  • gRPC API for pinging, sending messages, receiving messages and more