Finally, I decided that it was time to write "killer web app", we all dream about. :-) I'm almost a programmer until I can remember that I'm not afraid of technology, but I'm not active in the web world for a decade.
The app I'm considering: (in order of importance)
1) Your customers will need to securely charge someone And use of the service 2) Should run smoothly 3) Must be cheap to deploy 4) It should be fairly responsive (most of it will be client-side javascript, but there is some server interaction) 5) On back end one Database will be required
Technology Ii: mysql, php, javascript, not a big database, but it will require scale with customer base)
Deployment: Amazon Cloud Payments: PayPal
Is this the right direction ?? (Any tutorial link will be appreciated)
Use what you know best.
Do not worry too much about the technical options, the technologies you give are given the "safe" option in the sense that many successful web apps have been created with them, so you know that it has to be done. I suggest to paste the mainstream technologies for those reasons.
In addition, do not worry too much about specialized techniques and architecture. If your app actually stops, you are continuing to resize the internal structure anyways to keep up with traffic. Just keep it flexible.
Comments
Post a Comment