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"
- Host: GitHub
- URL: https://github.com/j3rn/bbs
- Owner: J3RN
- License: apache-2.0
- Created: 2022-07-29T23:58:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T15:30:51.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T09:13:23.227Z (over 1 year ago)
- Topics: agent, elixir, elixir-lang, genserver
- Language: Elixir
- Homepage: https://j3rn.com/posts/2022-08-06-genserver-vs-agent/
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.