Hands-On Reactive Programming with Python
上QQ阅读APP看书,第一时间看更新

An HTTP echo server

This section details a simple but realistic implementation of an asynchronous network service: an echo HTTP server. The behavior is the same as in the reactive echo server implemented in Chapter 1An Introduction to Reactive Programming, but instead of echoing the command-line arguments, the server sends back the requests it receives on an HTTP request.