Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhauman/async-explore
Exploring how core async interfaces with the daily grind of web dev.
https://github.com/bhauman/async-explore
Last synced: 7 days ago
JSON representation
Exploring how core async interfaces with the daily grind of web dev.
- Host: GitHub
- URL: https://github.com/bhauman/async-explore
- Owner: bhauman
- Created: 2013-07-07T01:41:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-27T12:36:21.000Z (about 11 years ago)
- Last Synced: 2024-05-08T19:13:34.159Z (6 months ago)
- Language: JavaScript
- Size: 376 KB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exploring core.async in Clojurescript
Exploring what it means ot have blocking calls in the browser.
## Build and view in browser
Build it
lein cljsbuild onceView the file ./resources/public/demo.html in your browser.
## Items of note
* Can code state without atoms.
* You can have fine grained control over the state of the application.## License
Copyright © 2013 FIXME
Distributed under the Eclipse Public License, the same as Clojure.