Replaying an Om web session(Clojurescript)? -
i make om session clojurescript can reply whole gui on machine. how can pass atom client server changes sent, history of changes can replayed somewhere else?
update
i have put demo on web. go to:
connecttous.co
and click "previous sessions" @ bottom of web page. , code here:
you have take david nolen project:
https://github.com/swannodette/om-sync
as comments on readme
whenever application data changes om-sync synchronize changes via edn requests server.
and in twitt
another thing om-sync gives free - web apps work offline sync when network connectivity restored
Comments
Post a Comment