Stream: show and tell

Topic: Crisp: Proof of concept web framework


view this post on Zulip Kilian Vounckx (May 14 2024 at 07:54):

I made a proof of concept web framework crisp. It is based on gleam's web framework wisp.
I like to play around with roc to see what you can build from its minimal design. It's really cool what you can do with it.
Once I saw the wisp web framework and how it uses the use expression in gleam, I knew there could be a similar library in roc with backpassing. Since I'm a student with exams coming up, I don't have much time to work on it, but I do think this api has potential. Especially the middleware api with backpassing


Last updated: Jul 06 2025 at 12:14 UTC