README.md

# Ace

**HTTP/2 server for elixir**

- [Install from Hex](https://hex.pm/packages/ace)
- [Documentation available on hexdoc](https://hexdocs.pm/ace)

## 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](https://github.com/crowdhailer/raxx) interface; simplicitfy for request/response interactions

*For more view the [features board](https://github.com/CrowdHailer/Ace/projects/1).*

## Guides

- **[Getting started](getting_started.md)**

*For TCP/TLS server see [previous version](https://github.com/CrowdHailer/Ace/tree/0.9.1).*