Ace
HTTP/2 server for elixir
Features
- Stream isolation; one process per stream
- Bidirectional streaming; stream data too and from clients
- TLS(SSL) support via ALPN; data encrypted in transit
- Raxx interface; simplicitfy for request/response interactions
For more view the features board.
Guides
For TCP/TLS server see previous version.