Tagged Questions
3
votes
1answer
168 views
Mobile (Client) to Amazon S3 (Server) - Architecture
let's start off with the problem statement:
My iOS application has a login form. When the user logs in, a call is made to my API and access granted or denied. If access was granted, I want the user ...
2
votes
2answers
555 views
Best approach to designing multi-client applications
I was wondering how you guys start out if you need to design a multi-client project where multiple clients can interact with a server. In specific how do you go about dealing with different states and ...