July 2018
Beginner to intermediate
668 pages
16h 29m
English
In this recipe, we will show you how to build your own SMS Sending Service: a RESTFul server part will provide REST APIs to queue and dequeue SMS messages; a mobile application (built only for Android OS) will query these REST APIs and if an SMS is to be sent, it will use its SMS manager to send it. A third VCL application is created to test and push SMS messages within the REST server.
The server application uses DMVC, a Delphi open source framework based on WebBroker that allows you to create powerful RESTful web services. You can find the project code here: https://github.com/danieleteti/delphimvcframework. You can find information about its configuration in Delphi, in Chapter 6, Putting Delphi on the Server.
Read now
Unlock full access