Scoutski / elixir-web-server

A super simple web server built from this tutorial: https://codewords.recurse.com/issues/five/building-a-web-framework-from-scratch-in-elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helloplug

This is just a very simple elixir application that shows how to connect to an SQLite3 DB and how to route incoming requests and render .exs templates.

Installation

If available in Hex, the package can be installed by adding helloplug to your list of dependencies in mix.exs:

def deps do
  [{:helloplug, "~> 0.1.0"}]
end

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

About

A super simple web server built from this tutorial: https://codewords.recurse.com/issues/five/building-a-web-framework-from-scratch-in-elixir


Languages

Language:Elixir 96.0%Language:HTML 4.0%