We've seen a lot in the realm of libraries for sockets and protocols for network communications, but what is there for bringing it all together?
In this presentation, we will go through bringing together a combination of Boost.Asio, Boost.Hana, and the speaker's own Nbdl to demonstrate how to create a generic interface to a full duplex messaging system. We will look at how to create concrete implementations using different libraries providing anywhere from raw tcp to websockets. We will also touch on the complex task of managing object lifetimes with asynchronous operations.
Anyone interested in network programming, or making generic interfaces in their libraries will find this presentation useful.
Jason is a web applications programmer with an appetite for C++ metaprogramming having made small contributions to Boost.Hana. He is actively working on the library Nbdl, waiting for the day when C++ takes over the web.