This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-30
Channels
- # aleph (2)
- # announcements (4)
- # babashka (3)
- # beginners (89)
- # calva (12)
- # cljdoc (7)
- # cljsrn (5)
- # clojars (1)
- # clojure (19)
- # clojure-dev (6)
- # clojure-europe (2)
- # clojurescript (12)
- # conjure (7)
- # cursive (4)
- # fulcro (28)
- # graphql (6)
- # gratitude (2)
- # introduce-yourself (2)
- # jobs (1)
- # jobs-discuss (26)
- # off-topic (2)
- # pathom (22)
- # pedestal (2)
- # podcasts-discuss (10)
- # re-frame (9)
- # reitit (8)
- # releases (2)
- # remote-jobs (1)
- # shadow-cljs (1)
- # tools-deps (27)
- # xtdb (11)
Hello! I'm excited to announce the v0.0.1 release of Sitefox. 🦊 https://github.com/chr15m/sitefox
It's a ClojureScript backend web framework that runs on Node. About one year ago I stopped using Django + Python and went all in on full stack cljs. I had to build a library to replace the "batteries included" from Django like routing, sessions, email and database etc. Sitefox is the result. I hope you'll find it useful in building our own websites using full stack cljs. 🙏
Quick start.
You can use the npm init
scripts to get started:
For a fast backend only website using nbb: npm init sitefox-nbb mysite
For a full stack web app using shadow-cljs: npm init sitefox-shadow-fullstack myapp
If you would like to help spread the word, here is a tweet announcing the release:
https://twitter.com/mccrmx/status/1454341307787137026
Thank you so much!
