https://github.com/arnaud-lb/eryoed
A YO'ed server written to teach me some bits of Erlang
https://github.com/arnaud-lb/eryoed
Last synced: 3 months ago
JSON representation
A YO'ed server written to teach me some bits of Erlang
- Host: GitHub
- URL: https://github.com/arnaud-lb/eryoed
- Owner: arnaud-lb
- Created: 2014-07-14T17:23:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T17:37:25.000Z (almost 11 years ago)
- Last Synced: 2025-01-10T19:23:26.019Z (5 months ago)
- Language: Erlang
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# erYO'ed
A [YO'ed](https://github.com/mentionapp/yoed) server written to teach me some bits of Erlang
## Configuration
Configuration is done in eryoed.config (in erlang format).
The ``handlers`` property is a list of [`ModuleName`, `ModuleConfig`], where `ModuleName` is
is the name of any Erlang module, and `ModuleConfig` is a property list. External modules are accepted.## TODO
- Learn more about OTP, Supervisors