I am working on building a php app that resides on the client's server and is able to connect to a remote server (REST API) and send and retrieve data constantly. I will have multiple clients that i will store on the master server, giving them their secret key which they can use to access the server. My problem is knowing how to structure something like this so that it is secure, efficient and above all, scalable. This app will also be heavily based on Social Networks like facebook and twitter. Mostly posting, sharing, etc. Also there will be some paypal and/or creditcard payments. I would like to know the best way to completely build something like this and what tools i should use.
Kullanıcılar bu uygulama için ödeme olacak çünkü onlar kullanmaya devam etmeye karar verirseniz, ben onların hesabını devre dışı bırakmak ve artık verilere erişimi böylece aynı zamanda bir yan not olarak, güvenli olması gerekir. Ben kodlama yapabilirim, ama ben nasıl kolaylıkla uzaktan bunu yapmak çok küçük bir fikrim yok.
Çok takdir.