Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robert-stuttaford/demo-enfocus-pubsub-remote

Demo: Enfocus, Shoreleave's PubSub and Remotes
https://github.com/robert-stuttaford/demo-enfocus-pubsub-remote

Last synced: 2 months ago
JSON representation

Demo: Enfocus, Shoreleave's PubSub and Remotes

Awesome Lists containing this project

README

        

# Demo: Enfocus, Shoreleave's PubSub and Remotes, and cljsbuild's Crossovers

## What's in the box

* Noir on the back
* ClojureScript on the client
* Shoreleave's Remotes to move pure Clojure data between the two
* Enfocus to build views client-side from plain html templates (no special interleaved template syntax)
* Shoreleave's PubSub to declaratively bind views and model/remotes code together in a loosely coupled fashion
* Model code is shared between client and server, using cljsbuild's crossovers

Feedback most welcome.

## How to run

Using either Leiningen 1 or 2:

```
lein deps
lein cljsbuild once
lein run
```