Routing library that generate the routing table from swagger.yaml
.
Implemented plugins:
- Cowboy REST routing table.
- Cowboy Websocket routing table: dispatch events on top of a websocket endpoint.
- Raw tcp: dispatch events on top of a socket.
See example demo_pets
.
$ rebar3 compile
$ ./run-tests.sh