An open API service indexing awesome lists of open source software.

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

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

![](https://github.com/expede/quick_chat/blob/master/priv/demo.gif?raw=true)