https://github.com/bbengfort/whisper
P2P whispering gophers chat client tutorial implementation
https://github.com/bbengfort/whisper
Last synced: over 1 year ago
JSON representation
P2P whispering gophers chat client tutorial implementation
- Host: GitHub
- URL: https://github.com/bbengfort/whisper
- Owner: bbengfort
- License: mit
- Created: 2016-05-23T17:32:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T00:36:13.000Z (about 10 years ago)
- Last Synced: 2025-02-08T17:45:50.773Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whisper
**P2P whispering gophers chat client tutorial implementation**
[](http://whispering-gophers.appspot.com/talk.slide)
This code is my implementation of the "whispernet" tutorial by Andrew Gerrand and Francesc Campoy which can be found at [http://whispering-gophers.appspot.com/talk.slide](http://whispering-gophers.appspot.com/talk.slide). The goal of the tutorial is to demonstrate network programming with Go, and to allow me to compare gRPC and ZMQ with plain vanilla network programming in Go. By running this code a peer-to-peer mesh network for transmitting text messages is created.