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