https://github.com/expede/quick_chat
A quick demo CLI chat app for a workshop
https://github.com/expede/quick_chat
demo-app elixir-lang otp workshop-materials
Last synced: about 1 year ago
JSON representation
A quick demo CLI chat app for a workshop
- Host: GitHub
- URL: https://github.com/expede/quick_chat
- Owner: expede
- Created: 2018-04-02T08:07:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T04:46:34.000Z (about 8 years ago)
- Last Synced: 2025-03-29T14:04:20.964Z (about 1 year ago)
- Topics: demo-app, elixir-lang, otp, workshop-materials
- Language: Elixir
- Homepage:
- Size: 2.05 MB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickChat
## A quick reference implementation of a workshop project
This is a fully peer-to-peer chat application. It uses a simple gossip protocol
for peer discover and message relay.
This repo is primarily a teaching tool. The goal is for the code to be easy to follow.
The code has a few unaccounted edge cases, and could be made more declarative and robust.
## Demo
