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

  1. Fork it (https://github.com/crowdhailer/ace/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Run all tests
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Testing

The included tests can be run from mix.

mix deps.get
mix test