I am trying to figure out which of these ecosystems have the most complete, most actively maintained libraries for rest api's, graphql, orm's, sql generation, database bindings, etc. In the case of clojure and scala, I don't want to consider the java libraries when comparing, just pure libraries.
Thoughts?
Latest comments (4)
Elixir has the best documentation.
Considering available web frameworks and ORMs and overall ecosystem size, here is my best guess:
Which of these ecosystems are adding more web and database related libraries faster?
I like that phoenix is a more functional rails
One way to compare ecosystems is to measure their progress on implementing libraries needed for prod deploys like CSRF.