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

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

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