Earlier quoted context omitted.
I don't think rails is the most popular worldwide. Almost certainly that is PHP. Perhaps in your circles rails is popular. I know view few rails programmers myself.
PHP isn't a framework though.
Ask HN: What web framework should I use nowadays?
31–40 of 50 posts
Re: Ask HN: What web framework should I use nowadays?
#32Android: Kotlin (or React Native to use only Javascript)
Web app: Ruby + Rails >= Go > Python + Django > PHP + Laravel
Client-side app: React + Redux
Re: Ask HN: What web framework should I use nowadays?
#33Your question would be easier to answer if you were to share something about your programming background, and your objectives. e.g. how experienced are you, which languages do you use already, if any, and what do you want to do (get a job, build a particular thing, build multiple CRUD sites, ...)
Re: Ask HN: What web framework should I use nowadays?
#34Re: Ask HN: What web framework should I use nowadays?
#35Don't listen to any comments that give you definitives on popularity. Most places/people pick a framework based upon the technology they already have or their language of preference. At this point most mature frameworks all have the same abilities. The only differences you might see are speed, and even then, most people don't take that into account. Pick the language you like or know the best, and have at it.
Re: Ask HN: What web framework should I use nowadays?
#36Here is what I settled with for my website after trying a few things over the years. In the process I have discarded nodejs, JAX-RS, maven, Undertow, JQuery, bootstrap (partially) etc. Currently, pure java servlets serve json over REST-like API. The jar dependencies are servlet-api.jar, a couple of json-related jars and an sqlite jar. Multiple fine-grained sqlite files for data. Tomcat as the servlet container with n…
Re: Ask HN: What web framework should I use nowadays?
#37What I'm planing to make is a website where people could share their ideas and consult relating to their ideas. ( Actually much of the process will be like Stackoverflow with some major enhancements )
Re: Ask HN: What web framework should I use nowadays?
#38Here is what I settled with for my website after trying a few things over the years. In the process I have discarded nodejs, JAX-RS, maven, Undertow, JQuery, bootstrap (partially) etc. Currently, pure java servlets serve json over REST-like API. The jar dependencies are servlet-api.jar, a couple of json-related jars and an sqlite jar. Multiple fine-grained sqlite files for data. Tomcat as the servlet container with n…
Come on, Java is a very rare language of choice for web development since I can't think of a popular website written in Java :|
Re: Ask HN: What web framework should I use nowadays?
#39Here is what I settled with for my website after trying a few things over the years. In the process I have discarded nodejs, JAX-RS, maven, Undertow, JQuery, bootstrap (partially) etc. Currently, pure java servlets serve json over REST-like API. The jar dependencies are servlet-api.jar, a couple of json-related jars and an sqlite jar. Multiple fine-grained sqlite files for data. Tomcat as the servlet container with n…
Your system of minimal dependency java is interesting. Do you have anything open source I can look at or otherwise get a dive into this technique?
Re: Ask HN: What web framework should I use nowadays?
#40If you want to do real time, give a shot also to Elixir/Phoenix.