This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-25
Channels
- # beginners (32)
- # boot (1)
- # cljs-dev (25)
- # cljsrn (1)
- # clojure (35)
- # clojure-dev (6)
- # clojure-nl (4)
- # clojure-russia (12)
- # clojure-spec (13)
- # clojure-switzerland (2)
- # clojurescript (63)
- # cursive (9)
- # datomic (18)
- # dirac (32)
- # graphql (6)
- # luminus (8)
- # off-topic (18)
- # pedestal (5)
- # protorepl (1)
- # re-frame (30)
- # remote-jobs (5)
- # untangled (61)
- # yada (7)
I'd like to recommend server-sent events for reasons of web security. #yada makes SSE easy, as do other clojure web libs
Shouldn't lacinia just call a function to notify of an event and let the user choose the distribution mechanism?
We are also thinking of using graphql and lacinia internally, for example, between the view and data layers in a website.
So use of websockets seems to reduce the generality of abstraction.
Unless ofc by 'leverage' you mean to use websockets outside of library-space.