Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujihisa/malvaceous
a clojure mvc framework based on future
https://github.com/ujihisa/malvaceous
Last synced: about 1 month ago
JSON representation
a clojure mvc framework based on future
- Host: GitHub
- URL: https://github.com/ujihisa/malvaceous
- Owner: ujihisa
- Created: 2013-05-30T03:25:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T23:19:54.000Z (over 11 years ago)
- Last Synced: 2024-05-01T23:19:31.409Z (7 months ago)
- Language: Clojure
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## An MVC framework from scratch in Clojure
see check src/malvaceous/example.clj
* purpose: learn
* way: no dependency third-party libraries
* TODO: don't use `[server-socket "1.0.0"]` originally from clojure-contrib
* highly asynchronous
* e.g. Model's create doesn't return a value of record but a promise
* ditto in Controller
* full stack
* web server implementation in pure Clojure code