This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-23
Channels
- # babashka (104)
- # beginners (23)
- # calva (15)
- # cider (2)
- # clojure (29)
- # clojure-europe (14)
- # clojure-nl (2)
- # clojure-norway (3)
- # clojure-spec (4)
- # clojure-switzerland (1)
- # cursive (3)
- # datomic (6)
- # emacs (17)
- # etaoin (2)
- # expound (1)
- # fulcro (4)
- # graphql (4)
- # honeysql (7)
- # introduce-yourself (2)
- # jackdaw (5)
- # malli (3)
- # meander (19)
- # nbb (3)
- # off-topic (35)
- # pathom (6)
- # pedestal (4)
- # polylith (31)
- # rdf (11)
- # re-frame (8)
- # reitit (6)
- # shadow-cljs (8)
- # specter (4)
- # squint (15)
- # vim (6)
https://replit.com/@eccentric-j/Node-Babashka-nbb-ClojureScript-Template?v=1 got nbb added as a replit template now
also updated package.json to specify "nbb": "*"
intending on it using the latest and greatest
One more small project, in doom emacs discord someone was having trouble trying to get fetch to work with nbb. To help, I put together this demo to make it more clear. It's synced to this repo https://github.com/eccentric-j/nbb-fetch-ws-example. In addition to showcasing how to use fetch, it runs an express echo server, and logs incoming requests to the server to the client over a websocket connection. Wanted to make a reasonably polished UI. https://replit.com/@eccentric-j/Node-Babashka-Fetch-Example?v=1