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
- Host: GitHub
- URL: https://github.com/germsvel/daze
- Owner: germsvel
- Created: 2018-02-28T22:14:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T22:19:05.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T18:13:05.042Z (10 months ago)
- Topics: elixir, framework
- Language: Elixir
- Size: 219 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.