github.com/hudson-newey/diamond
main / published Sep 24, 2024 / repository
A simple web framework for creating web applications in Crystal.
diamond
A web framework built on top of Crystal
How to use
Simply add the following to your shard.yml file
# shard.yml
dependencies:
diamond:
github: hudson-newey/diamond
Example apps
API
- Controller
- Diamond
- Diamond_Server
- IdentityLayout
this is a layout that does not change the input
- Layout
- Router
- StaticController
this controller reads a file and returns it without any modification it can be useful for serving static files such as images, css, js, etc.