Companion repository for WebSockets and AsyncIO: Beyond 5-line Samples, an article that brings related technology, design tips, programming libraries, and quality assurance matters together.
The article is split into two parts:
- in the first,
I sum up some relevant WebSocket facets and how they fit Python through the
websockets
library; - in the second,
I shift attention to asynchronous and concurrent programming, exploring the
asyncio
built-in library more deeply.
Technical discussions happen on top of a fictitious use case that guides me to cover the above-mentioned topics.
Please make sure to take a moment and read the Code of Conduct.
Please report bugs and suggest features via the GitHub Issues.
Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please add a comment saying that you encountered the problem as well.
Please make sure to read the Contributing Guide before making a pull request.