This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-28
Channels
- # adventofcode (2)
- # bangalore-clj (3)
- # beginners (171)
- # boot (28)
- # chestnut (3)
- # cljs-dev (20)
- # cljsjs (5)
- # clojure (280)
- # clojure-austin (1)
- # clojure-czech (1)
- # clojure-dev (9)
- # clojure-dusseldorf (2)
- # clojure-greece (20)
- # clojure-italy (6)
- # clojure-poland (16)
- # clojure-russia (7)
- # clojure-serbia (4)
- # clojure-sg (1)
- # clojure-spec (18)
- # clojure-uk (153)
- # clojurescript (57)
- # core-async (9)
- # cursive (21)
- # data-science (29)
- # datomic (18)
- # dirac (8)
- # docker (6)
- # duct (1)
- # emacs (50)
- # fulcro (15)
- # hoplon (56)
- # klipse (3)
- # leiningen (14)
- # lumo (1)
- # off-topic (5)
- # onyx (13)
- # other-languages (14)
- # pedestal (1)
- # perun (5)
- # planck (17)
- # re-frame (10)
- # reagent (2)
- # ring (1)
- # spacemacs (51)
- # sql (14)
- # test-check (16)
- # testing (1)
- # unrepl (93)
@tony.kay thanks, where and how should I build the ring routing in fulcro framework? I just put the “/chsk” in the routing.
@tpliliang so, all you need to do is add your stuff to it
@tpliliang and anyone else interested. The https://github.com/fulcrologic/websocket-demo is now a full-blown chat app! It demonstrates a number of things: 1. Hand rolling a server (not using modular or easy) 2. Using websockets with that server to handle API traffic 3. Websocket bidirection comms 4. React refs…though Om forces me to use the old string way…hope to fix that in Fulcro 2.0 5. Co-locating CSS on components 6. Using some of the bootstrap3 helpers 7. CTRL-F will pop open @wilkerlucio new inspector! 8. Using Clojure Spec to protect your APIs from accidents…and inform you when you screw up 9. Associating a “login” with a websocket establish client Hope it helps in various ways…took me all day to polish it to the degree it is polished 🙂
http://chat.fulcrologic.com/ Spam chat!