What are ways to write a nodejs project in clojurescript?

I knew

  • lein-cljsbuild
  • boot-cljs
  • shadow-cljs

Are there other ways?

maybe figwheel? but you can already code nodejs apps with shadow-cljs…

I believe you can use ClojureScript Command Line to produce a Node app.

I realized shadow-cljs is the way.

1 Like

“The goal for Macchiato is to provide a way to use ClojureScript to build Node web applications with minimal additional overhead.” https://macchiato-framework.github.io/

If you are not facing specific requirements, it’s better to use Clojure for backend development.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.