Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madvas/todomvc-omnext-datomic-datascript
TodoMVC via Om.Next, Datomic, Datascript
https://github.com/madvas/todomvc-omnext-datomic-datascript
Last synced: 17 days ago
JSON representation
TodoMVC via Om.Next, Datomic, Datascript
- Host: GitHub
- URL: https://github.com/madvas/todomvc-omnext-datomic-datascript
- Owner: madvas
- License: epl-1.0
- Created: 2016-04-13T18:58:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T19:43:05.000Z (over 8 years ago)
- Last Synced: 2024-10-12T20:03:50.021Z (about 1 month ago)
- Language: Clojure
- Homepage: http://todomvc-omnext.herokuapp.com/
- Size: 150 KB
- Stars: 42
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoMVC - Om.Next, Datomic, Datascript, SSE
http://todomvc-omnext.herokuapp.com/
![app preview](https://cloud.githubusercontent.com/assets/3857155/14585639/edbb20ec-047b-11e6-8b99-a11b5d628b83.gif)
[TodoMVC](http://todomvc.com/) app made using following libraries:
* [OmNext](https://github.com/omcljs/om/wiki/Quick-Start-(om.next))
* [Datomic](http://www.datomic.com/)
* [Datascript](https://github.com/tonsky/datascript)
* [Yada](https://github.com/juxt/yada)
* [Component](https://github.com/stuartsierra/component)##### Interesting features
* Real-time sync via Server Sent Events
* Optimistic inserts/updates/deletes`lein run`
Head on to http://localhost:8081/ to see the running application.