-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building rest service and basic http authentication #138
Comments
Here's a good article on REST services using Compojure. Noir is being deprecated, as most of the provided functionality is already present in Compojure or Hiccup. |
@yogthos thanks for your great framework, it looks neat. But I'm gonna use Noir or rails for current project since I am looking for a mature and stable one. But it's really nice work, I have to say :) |
@rhacker just a note that Noir is now deprecated, and all the features which were considered useful were rolled into lib-noir. Luminus is primarily a template for tying existing libraries together. |
@rhacker Compojure is actually pretty mature - more than Noir actually, as Noir itself uses Compojure. If you don't like Luminus, you could always give Compojure a try. As far as RESTful services go, Compojure has a lot of infrastructure for the job. |
@darth10 just to clarify all Luminus does is create a Compojure application template, when you use Luminus you are using Compojure+Ring+lib-noir basically. |
@yogthos 👍 yeah I've just been using Compojure for longer 😄 Luminus is definitely a better replacement as a whole for Noir though |
I'm very new to clojure and noir as well. I'm looking for a tutorial about writing restful webservice with noir and doing basic authentication with it.
It's hard for me to find one out there, most of them are out of dated.
Thanks in advantage :)
The text was updated successfully, but these errors were encountered: