Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommend Web framework for Clojure [closed]

Tags:

clojure

My next big hobby hack coming up is to make a website for myself with Clojure. I figure this would be a good way to learn Clojure but trying to plan ahead I think a came across some outdated information.

Right now Noir looks like a winner. I'm open to any suggestions on what I should try using.

like image 605
Dan Avatar asked Aug 22 '12 18:08

Dan


People also ask

Is Clojure good for web development?

by Dmitri Sotnikov and Scot Brown. Today, developers are increasingly adopting Clojure as a web-development platform. See for yourself what makes Clojure so desirable as you create a series of web apps of growing complexity, exploring the full process of web development using a modern functional language.

What is luminus Clojure?

Luminus is a Clojure micro-framework based on a set of lightweight libraries. It aims to provide a robust, scalable, and easy to use platform. With Luminus you can focus on developing your app the way you want without any distractions.

What Web framework is most used?

Node. js overtook React. js to become the most used web framework among software developers worldwide, as of 2022. According to the survey, 47.12 percent of respondents reported to be using Node.


1 Answers

Compojure is a common first choice.

It is very well documented and examples abound. Because Compojure has been around for a while (in Clojure terms that is) there are some dated tutorials. You can spot these because they will have something like clojure 1.2 in the examples.

like image 94
Arthur Ulfeldt Avatar answered Sep 23 '22 15:09

Arthur Ulfeldt