My startup idea involves a web application that has the following requirements:
- will need to charge my customers securely using someone else's service
- must scale easily
- must be cheap to deploy
- must be reasonably responsive (much of it will be client side javascript, but there is some server interaction)
- will need a database on the back end (not a huge database, but it will need to scale with the customer base)
Who should handle billing/payments? (Paypal?)
What technology do you all recomment using to write the appilcation? (I'm leaning towards: MySQL/PHP/Javascript)
Where should I deploy the app? (Amazon cloud?)