This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-26
Channels
- # announcements (7)
- # babashka (42)
- # beginners (349)
- # chlorine-clover (9)
- # cider (16)
- # circleci (2)
- # clj-kondo (6)
- # cljs-dev (61)
- # cljsrn (15)
- # clojure (95)
- # clojure-europe (11)
- # clojure-italy (2)
- # clojure-nl (4)
- # clojure-spec (4)
- # clojure-uk (24)
- # clojurescript (21)
- # conjure (2)
- # core-async (8)
- # cursive (12)
- # datascript (2)
- # emacs (4)
- # exercism (1)
- # figwheel-main (86)
- # fulcro (27)
- # graalvm (4)
- # helix (36)
- # hoplon (3)
- # interop (44)
- # kaocha (6)
- # lein-figwheel (4)
- # malli (7)
- # meander (9)
- # off-topic (95)
- # pathom (33)
- # pedestal (13)
- # re-frame (20)
- # reitit (3)
- # shadow-cljs (102)
- # tools-deps (14)
- # xtdb (16)
Little tutorial of creating a small web-server with ClojureScript, Macchiato and Reitit: https://dev.solita.fi/2020/05/26/clojurescript-web-serverwith-macchiato-shadowcljs-and-reitit.html


Hi Heikki! Thanks for posting -- next time I'd recommend putting it in #news-and-articles instead; we try to reserve #announcements for library announcements 🙂
Could it be that you’ve forgotten to add a :require
for http
in ‘Making minimal Machiato Server’?
@U04V5VAUN It is on the branch “02_add_minimal_macchiato” but not in the example which is not complete namespace. But now I noticed that I forgot to push the branches to GitHub (pushed now). See the git checkout 02_add_minimal_macchiato for full example of that part.
Just published a new version of Socket REPL package for the Atom editor: Chlorine, version 0.7.2
On this release, dropping ink
external dependency (people that work with Socket REPL will have to upgrade a command to remove inline results) and added support for custom renderers. Documentation is still missing, but it'll come little by little, so feel free to ping me at #chlorine channel or start a thread here 🙂.
