I'd highly recommend http://meteor.com for building you app. It's new and shiny and very easy to learn. Here are some reasons to develop your app with Meteor http://www.sitepoint.com/7-reasons-develop-next-web-app-mete...
Ask HN: I want to write a simple webapp, how should I start?
41–50 of 60 posts
Re: Ask HN: I want to write a simple webapp, how should I start?
#42I would start with this awesome free book on Ruby on Rails (it's designed for beginners): https://www.railstutorial.org/book
Re: Ask HN: I want to write a simple webapp, how should I start?
#43Practical Django Projects got me started with a simple webapp in around 24 hours.
Re: Ask HN: I want to write a simple webapp, how should I start?
#44Not being a web developer, I don't see any mention of Node, which makes me curious. Is Node not a good option?
Re: Ask HN: I want to write a simple webapp, how should I start?
#45> But since I have no experience in developing (neither web nor other) I'd try and get some basic programming in first. Javascript makes sense if web development is the end goal.
"Web development" can cover a lot. JavaScript makes sense if you want to be more font end focused. PHP or Rails (or Django or Flask) make more sense for back end focused stuff.
Re: Ask HN: I want to write a simple webapp, how should I start?
#46If you want to go up with PHP then better use Laravel + Mysql or Postgresql. And if you want to learn you can opt for laracast.com videos. They are one of the best resource for laravel. P.S Laravel is one of the best PHP based framework.
A lot of people is talking about Laravel. I'm new on web development, and I thought that Symfony 2 was more popular. Any specific reason for prefering Laravel to Symfony ?
Re: Ask HN: I want to write a simple webapp, how should I start?
#47Re: Ask HN: I want to write a simple webapp, how should I start?
#48The fortunate thing is that you have a fair amount of options when it comes to technologies for a web app. I personally have used php for years and have been working extensively with ruby and python recently. Here are some general things to consider. Language choice. For a long time PHP was the defacto standard. It has a lot of resources and tutorials plus the advantage of a huge amount of hosting options. However, I…
Re: Ask HN: I want to write a simple webapp, how should I start?
#49I would recommend not using PHP. http://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/ Here are some suggestions for web-app languages: Python + flask. Ruby + rails. Go standard HTTP library. Haskell + snap. I've used all of those and thought they were at least decent. The last two are my favorite for web development.
Re: Ask HN: I want to write a simple webapp, how should I start?
#50The fortunate thing is that you have a fair amount of options when it comes to technologies for a web app. I personally have used php for years and have been working extensively with ruby and python recently. Here are some general things to consider. Language choice. For a long time PHP was the defacto standard. It has a lot of resources and tutorials plus the advantage of a huge amount of hosting options. However, I…
Thanks for the answer. Yes, the ammount of solutions is staggering, however it makes the choice a little harder.
From your basic description, the simplest way to be to just have straight PHP with MySQL/postgresql. And I believe you mentioned in another response thinking about using a Raspberry Pi, it looks like a LAMP stack might be easiest to set up, so another point in favor of PHP.