An open API service indexing awesome lists of open source software.

https://github.com/germsvel/daze

Build your own web framework - code for talk given at ElixirDaze
https://github.com/germsvel/daze

elixir framework

Last synced: 6 months ago
JSON representation

Build your own web framework - code for talk given at ElixirDaze

Awesome Lists containing this project

README

          

# Daze

A sample application for my talk in [ElixirDaze 2018](http://www.elixirdaze.com/).

The talk is about building your own framework in elixir. The repo starts with a new mix project, builds a very simple application, and extracts some common functionality that frameworks provide.