https://github.com/gamemaker1/p2p-direct-chat
Direct chat application (in terminal) using the Go LibP2P client library. Mostly copied from the example Go project.
https://github.com/gamemaker1/p2p-direct-chat
Last synced: about 1 year ago
JSON representation
Direct chat application (in terminal) using the Go LibP2P client library. Mostly copied from the example Go project.
- Host: GitHub
- URL: https://github.com/gamemaker1/p2p-direct-chat
- Owner: gamemaker1
- Created: 2020-11-16T16:03:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T16:46:25.000Z (over 5 years ago)
- Last Synced: 2025-03-28T19:47:34.259Z (about 1 year ago)
- Language: Go
- Size: 16.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p2p-direct-chat
Direct chat application (in terminal) using the Go LibP2P client library. Mostly copied from the example Go project.