https://github.com/ujihisa/malvaceous
a clojure mvc framework based on future
https://github.com/ujihisa/malvaceous
Last synced: 4 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T23:19:54.000Z (about 12 years ago)
- Last Synced: 2025-01-31T06:40:09.502Z (6 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