An HTTP server for Elixir.
Nectar is a simple HTTP server implemented in Elixir. It is intended to be a replacement for Cowboy.
What things you need to install the software and how to install them
The easiest way to add Nectar to your project is by using Mix.
Add :nectar
as a dependency to mix.exs
:
defp deps do
[
{:nectar, "~> 0.1.0"}
]
end
Then run:
$ mix deps.get
$ mix nectar.server
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/nectar.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache 2.0 License. See LICENSE.md file for details.
CSC: A big "thank you" to everyone in the KC Elixir Users Group Slack who didn't look at me crazy when I suggested this project. (If you did, but kept it to yourself, that still counts. 😀)
If you're not already a member of the KC Elixir Users Group Slack, please feel free to join us!