Skip to content

ricardolsmendes/websockets-asyncio

Repository files navigation

websockets-asyncio

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:

  1. in the first, I sum up some relevant WebSocket facets and how they fit Python through the websockets library;
  2. 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.

license issues Continuous Integration

How to contribute

Please make sure to take a moment and read the Code of Conduct.

Report issues

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.

Contribute code

Please make sure to read the Contributing Guide before making a pull request.