Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zaiste/atw-om

Web application template with Clojure/Compojure, ClojureScript/Om & core.async.
https://github.com/zaiste/atw-om

Last synced: 17 days ago
JSON representation

Web application template with Clojure/Compojure, ClojureScript/Om & core.async.

Awesome Lists containing this project

README

        

# atw-om

A web application template with Clojure/Compojure on the backend, ClojureScript/Om on the frontend and core.async in-between: simply put, Clojure All The Way.

## Usage

```
lein new atw-om foo
cd foo
lein up
```

Wait till ClojureScript is compiled, then go to `localhost:3000`.

## License

Copyright © 2014 Zaiste

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.