When comparing Luminus vs Iris, the Slant community recommends Iris for most people. In the question“What are the best backend web frameworks?” Iris is ranked 56th while Luminus is ranked 59th. The most important reason people chose Iris is:
Iris is a "batteries included" web framework, which means that a lot of features already come out of the box. This way you don't have to spend time and find third-party libraries to integrate to the framework for most of the tasks you need to complete.
Ranked in these QuestionsQuestion Ranking
Pros
Pro ClojureScript for client-side scripting
Luminus allows using ClojureScript for client-side development. This allows sharing things like validation logic between the server and the client.
Pro Luminus is flexible
Luminus is built on a stack of composable libraries that can be easily swapped to make the application fit the needs of the user. The applications are generated using Leiningen templates and can be initialized with a specific set of features, such as database connections, needed for a specific application.
Pro Good documentation
Luminus provides step-by-step documentation on how to accomplish common tasks.
Pro Simple to setup and use
Luminus is small and flexible. It's geared towards interactive development using the REPL. You can see your changes as you're working without having to restart the application.
Pro No need to find and install external libraries
Iris is a "batteries included" web framework, which means that a lot of features already come out of the box. This way you don't have to spend time and find third-party libraries to integrate to the framework for most of the tasks you need to complete.
Pro Efficiency
Efficiency by using a light engine.
Pro Development
Pro API
If you're familiar with expressjs or other modern web frameworks, Iris will make you feel at home.
Pro More than feature complete
Pro More than 250 examples
More than 250 examples for implementing web application.
Pro Low amount of bugs
Most issues are questions, few bug reports and if a bug is found it's quickly patched.
Pro Good for big projects
Iris is a good framework for big projects and the author helps solving problems.
Cons
Con Previously experience with net/http
Previously experience with the Go's standard net/http package is necessary for you to move forward with Iris.