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

https://github.com/j3rn/bbs

An example Bulletin Board System (BBS) for the blog post "Elixir GenServers vs Agents"
https://github.com/j3rn/bbs

agent elixir elixir-lang genserver

Last synced: 9 months ago
JSON representation

An example Bulletin Board System (BBS) for the blog post "Elixir GenServers vs Agents"

Awesome Lists containing this project

README

          

# BBS

A basic Bulletin Board System (BBS) used as an illustrative example in the blog post [Elixir GenServers vs Agents](https://j3rn.com/posts/2022-08-06-genserver-vs-agent/). Each commit in this repository corresponds to an iteration of the `BBS.MessageRepository` process.