om-next

2017-01-17T10:18:08.000308Z

Has anyone attempted to make a “live” dashboard with om-next (ie. a dashboard that continuously get updates on queries)? Is there a way to “unsubscribe” to a query stream once you don’t need the results anymore?

stijn 2017-01-17T12:57:49.000309Z

@nha that is something i'd like to know too

1
stijn 2017-01-17T12:59:09.000310Z

currently we have a REST API where for each endpoint you can add a parameter ?stream=true that will hold the connection open and send updates coming off the datomic tx queue

stijn 2017-01-17T13:00:14.000311Z

is anyone aware of a non-trivial om-next application/example with stuff like authorization?

stijn 2017-01-17T13:00:57.000312Z

also interested in the backend implementation: how are queries parsed, validated? what about transactions authorization/validation?

2017-01-17T19:05:14.000313Z

just wanted to share something i built with om.next. mainly i chose om/next to learn it + react + clojurescript, but i found it a pleasure to work with. for those building chrome extensions, i also highly recommend chromex. there is some lightweight usage of :remotes in order to asynchronously communicate between chrome extension pages. comments good or bad are welcome. https://github.com/atdixon/SuperSelect

1