![Hands-On Reactive Programming with Python](https://wfqqreader-1252317822.image.myqcloud.com/cover/292/36699292/b_36699292.jpg)
上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 1, An Introduction to Reactive Programming, but instead of echoing the command-line arguments, the server sends back the requests it receives on an HTTP request.