This document summarizes Wangle, a C++ network framework. It provides examples of using Wangle to build RPC servers and clients with asynchronous pipelines. Key features discussed include asynchronous I/O with EventLoops, thread pools like IOThreadPoolExecutor, pipelining with handlers, RPC protocols using serialization, and routing requests across server nodes.