Skip to Content
C++ Reactive Programming
book

C++ Reactive Programming

by Praseed Pai, Peter Abraham
June 2018
Intermediate to advanced
348 pages
8h 45m
English
Packt Publishing
Content preview from C++ Reactive Programming

Summary

In this chapter, we covered how the Rx programming model can be used to write reactive microservices using C++. As part of the process, we introduced you to the Microsoft C++ REST SDK and its programming model. The C++ REST SDK follows an asynchronous programming model based on a technique called task continuation style, while writing client-side code. To write REST clients, we leveraged Kirk Shoop's RxCurl library, with some modifications to support the PUT and DELETE verbs. Finally, we wrote a REST server and consumed it in a reactive manner.In the next chapter, we will learn how to handle errors and exceptions using constructs available in the RxCpp library.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Functional Programming in C++

Functional Programming in C++

Ivan Cukic

Publisher Resources

ISBN: 9781788629775Supplemental Content