- Hands-On Reactive Programming with Python
- Romain Picard
- 61字
- 2021-06-24 18:25:17
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.