June 2018
Intermediate to advanced
348 pages
8h 45m
English
The processing of web requests is nicely mapped to the reactive programming model. In the case of applications with responsive UI, we typically make a call to the server once. An aggregator service running on the server will spawn a series of requests asynchronously. The resulting responses are aggregated to give a response to the UI layer. The modified RxCurl can be used as a mechanism to invoke multiple services in projects which use C++ programming language.