https://github.com/leostera/mesa
A modern, idiomatic web framework for Riot
https://github.com/leostera/mesa
Last synced: over 1 year ago
JSON representation
A modern, idiomatic web framework for Riot
- Host: GitHub
- URL: https://github.com/leostera/mesa
- Owner: leostera
- License: mit
- Created: 2023-11-15T14:49:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T20:41:06.000Z (over 2 years ago)
- Last Synced: 2025-03-21T01:11:09.056Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 57.6 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Mesa
A modern, idiomatic web framework for Riot.
Mesa is a web development framework inspired by [Phoenix][phoenix]. It is
written in OCaml, for the [Riot][riot]-runtime.
Mesa implements the server-side Model View Controller (MVC) pattern. Many of
its components and concepts will seem familiar to those of us with experience
in other web frameworks like Elixir's Phoenix, Ruby on Rails, or Python's
Django.
Mesa _aims_ to provides the best of both worlds: high developer productivity
and high application performance.
[riot]: https://github.com/leostera/riot
[phoenix]: https://phoenixframework.org