Skip to content

kcelixir/nectar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nectar

CircleCI branch license Github last commit (branch)

An HTTP server for Elixir.

Nectar is a simple HTTP server implemented in Elixir. It is intended to be a replacement for Cowboy.

Getting Started

Prerequisites

What things you need to install the software and how to install them

Installation

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

Running

$ mix nectar.server

Contributing

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/nectar.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Apache 2.0 License. See LICENSE.md file for details.

Acknowledgments

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!

Releases

No releases published

Packages

No packages published

Languages