what web framework do you use?

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • kit

    Lightweight, modular framework for scalable web development in Clojure (by kit-clj)

  • There are a handful of "frameworks" available in Clojure -- some of them are really more like curated collections of libraries than what people in other tech communities might expect (such as Luminus - https://luminusweb.com/ - or its updated cousin Kit - https://kit-clj.github.io/). There's Coast - https://github.com/coast-framework/coast - and Biff - https://biffweb.com/ - and there may be a few others.

  • biff

    A Clojure web framework for solo developers.

  • There are a handful of "frameworks" available in Clojure -- some of them are really more like curated collections of libraries than what people in other tech communities might expect (such as Luminus - https://luminusweb.com/ - or its updated cousin Kit - https://kit-clj.github.io/). There's Coast - https://github.com/coast-framework/coast - and Biff - https://biffweb.com/ - and there may be a few others.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • coast

    The fullest full stack clojure web framework

  • There are a handful of "frameworks" available in Clojure -- some of them are really more like curated collections of libraries than what people in other tech communities might expect (such as Luminus - https://luminusweb.com/ - or its updated cousin Kit - https://kit-clj.github.io/). There's Coast - https://github.com/coast-framework/coast - and Biff - https://biffweb.com/ - and there may be a few others.

  • duct

    Server-side application framework for Clojure

  • I used duct for the backend and re-frame for the frontend. Luminus is a much beginner friendly framework through.

  • re-frame

    A ClojureScript framework for building user interfaces, leveraging React

  • I used duct for the backend and re-frame for the frontend. Luminus is a much beginner friendly framework through.

  • re-frame-template

    A Leiningen template for creating a re-frame application (client only) with a shadow-cljs build.

  • https://kit-clj.github.io/ https://luminusweb.com/ https://github.com/day8/re-frame-template

  • hiccup

    Fast library for rendering HTML in Clojure

  • In Clojure thing are much more decentralised. We tend to use basic data structures along with data DSLs like Hiccup to build our software since this is the simplest way to convey meaning while retaining structure to perform additional data transformations.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ring

    Clojure HTTP server abstraction

  • While you won't find your Spring here, you will find that many of those web libraries will tend to use or produce Hiccup, return Ring maps or maybe have pipelines built using interceptors. Composing libraries together is usually not that hard, but it does require you to leave the comfort zone of the framework's abstractions to try to understand what is actually happening e.g. when someone makes an HTTP request and something is returned and displayed in the browser.

  • initializr

    A quickstart generator for Spring projects

  • I think Clojure needs something like this. A curated, well tested version of https://start.spring.io/, or well-maintained starter templates that folks can clone/mimic.

  • usermanager-example

    A little demo web app in Clojure, using Component, Ring, Compojure, Selmer (and a database)

  • Oh, I completely agree. I often refer people to https://github.com/seancorfield/usermanager-example and the examples linked from the README there to get them started with the "basics".

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts