/brunhilde

minimal HTTP/HTTPS/1.1 server

Primary LanguageErlangBSD 2-Clause "Simplified" LicenseBSD-2-Clause

brunhilde

brunhilde is a minimal Erlang/OTP web server.

It can be embedded, or used standalone.

Dependencies:

Usage:

To start brunhilde standalone, do:

make build start

For an example of a site using brunhilde see: purestyle.

Dialyzer:

make dialyzer (requires existing PLT)

Publishing to hex

  1. Update the version number in src/brunhilde.app.src
  2. Push the tag to git
  3. "make build"
  4. rebar3 hex publish