SomajitDey / ipfs-chat

Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
GNU General Public License v3.0
137 stars 14 forks source link

is there a go code version for the same chat feature? #19

Closed gosgos11 closed 2 years ago

gosgos11 commented 2 years ago

In a go application want to add same feature, is there a go code version for the same chat function? or other code? thank you.

SomajitDey commented 2 years ago

@gosgos11 Nothing in Go that I know of that's an exact mirror of this project.

If you are interested in just a messenger written in Go that uses IPFS or Libp2p you might take a look at Berty, Peerchat and monk-seal.

Many IPFS or Libp2p-based messengers actually use a JS-IPFS-node, interacting with a Go-IPFS node if needed with websockets.