Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KilianVounckx/crisp
Proof of concept roc web framework
https://github.com/KilianVounckx/crisp
Last synced: 3 months ago
JSON representation
Proof of concept roc web framework
- Host: GitHub
- URL: https://github.com/KilianVounckx/crisp
- Owner: KilianVounckx
- Archived: true
- Created: 2024-05-14T07:38:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T10:37:33.000Z (5 months ago)
- Last Synced: 2024-06-25T12:00:43.665Z (5 months ago)
- Language: Roc
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- roc-awesome - KilianVounckx/crisp
README
This repo is archived, because with backpassing removed, the middleware API is
not possible anymore.# Crisp
A proof of concept web framework built on top of
["basic-webserver"](https://github.com/roc-lang/basic-webserver).The framework is based on how [gleam](https://gleam.run/)'s web framework
[wisp](https://hexdocs.pm/wisp/) works. Especially the way it handles middleware.
It uses gleam's use expressions, which translates very well to roc's backpassing.## Proof of concept
Since this is just a proof of concept, I am not planning to turn this into a
production ready web framework. I do invite anyone to fork this repo and turn
it into something bigger!