Hi. I need to write a backend api. I've been checking libraries and thought pedestal looks like a good and stable option. This is for a small business. Speed is not the most important. Clean maintainable code is the priority. Would you recommend to try pedestal on this?
This is probably a biased place to ask that but sure, I recommend it. The guide provides https://pedestal.io/pedestal/0.8/guides/your-first-api.html so you can see what it looks like to set up routes and interpret data. That should give you a reasonable guide to what it's like to use pedestal.
thank you for the link !