Standards and Protocols
As already illustrated in the Architectural Design, our system follows a traditional client-server infrastructure, where the mobile application is the client that communicates with a centralised server over a REST API using JSON. The reason why we chose REST over SOAP is because REST is simple (it uses standard HTTP methods like GET, PUT, POST and DELETE), infrastructure friendly (all… Read more →