You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
No branches or pull requests
gosgos11 commentedNov 14, 2021
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.
The text was updated successfully, but these errors were encountered: