/raxx

A pure webserver interface for Elixir

Primary LanguageElixir

Raxx: Streaming HTTP interface for Elixir

Features

  • Specification of HTTP streaming interface.
  • A simple and powerful library for building HTTP clients and web applications.

Community

Contributing

Please do. Reach out in the slack channel to ask questions.

Testing

To work with Raxx locally Elixir 1.4 or greater must be installed.

TODO add link to Tokumei page with docker development tips.

git clone git@github.com:CrowdHailer/raxx.git
cd raxx

mix deps.get
mix test