Ace.HTTP
HTTP and HTTPS webservers built with the Ace connection manager.
Raxx interface
NOTE: release 0.5.0 uses streaming interface for Raxx, see blog post for details
Ace.HTTP and Ace.HTTPS will serve Raxx applications.
For instruction on developing applications see the Raxx documentation:
- https://hexdocs.pm/raxx
Requirements
Running Ace.HTTP requires Elixir 1.4 or higher.
Source code
Development is as part of the Ace project, all code is available on Github.
- https://github.com/CrowdHailer/Ace
Contributions
- Fork it (https://github.com/crowdhailer/ace/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Run all tests
- Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Testing
The included tests can be run from mix.
mix deps.get
mix test