No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-08-07 11:30:51 -04:00
lib Terser Agent version 2022-08-06 11:35:24 -04:00
test Initial commit: BBS.MessageReposity is a GenServer 2022-07-29 20:01:14 -04:00
.formatter.exs Initial commit: BBS.MessageReposity is a GenServer 2022-07-29 20:01:14 -04:00
.gitignore Initial commit: BBS.MessageReposity is a GenServer 2022-07-29 20:01:14 -04:00
LICENSE Initial commit: BBS.MessageReposity is a GenServer 2022-07-29 20:01:14 -04:00
mix.exs Initial commit: BBS.MessageReposity is a GenServer 2022-07-29 20:01:14 -04:00
README.md Update URL in README 2022-08-07 11:30:51 -04:00

BBS

A basic Bulletin Board System (BBS) used as an illustrative example in the blog post Elixir GenServers vs Agents. Each commit in this repository corresponds to an iteration of the BBS.MessageRepository process.