Ask HN: What technology/language should I learn to make wep apps?
My name is Corey and I'm freshman Computer Science major. I've been programming for awhile, but I want to get more into the web side. I have done web development stuff before but that is basically limited to HTML, CSS and minimal JavaScript. I've used a little PHP but basically only enough to make a WordPress theme. So my question is basically what language/technology is kinda the main stream of the best for server side web app development? Pros and Cons of different technologies would be very much appreciated. The main one that I'm leaning towards is Ruby and Ruby on Rails. But PHP is another one and I've heard Facebook is written in that and they seem to be doing pretty well. Just wondering every bodies thoughts. Thanks and sorry for the fairly broad question.
2 comments
[ 2.2 ms ] story [ 24.9 ms ] threadPHP as a language has never appealed to me, but it has the advantage of, it's very easy for novices to install PHP applications on their server. Consider Wordpress. If Wordpress were in Ruby on Rails, it probably would be nowhere near as widespread, because it takes more effort to get it running. Wordpress is pretty much, plop the files on your server and it's running.