Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robert-stuttaford/demo-enfocus-pubsub-remote
- Owner: robert-stuttaford
- Created: 2012-08-13T15:44:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-18T18:27:44.000Z (over 12 years ago)
- Last Synced: 2023-03-21T01:06:19.098Z (almost 2 years ago)
- Language: Clojure
- Size: 402 KB
- Stars: 27
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 crossoversFeedback most welcome.
## How to run
Using either Leiningen 1 or 2:
```
lein deps
lein cljsbuild once
lein run
```