Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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