Explore >> Select a destination


You are here

homebrewserver.club
| | soatok.blog
2.9 parsecs away

Travel
| | XMPP is a messaging protocol (among other things) that needs no introduction to any technical audience. Its various implementations have proliferated through technical communities for decades. Many large tech companies today used to run XMPP servers. However, the basic protocol transmitted plaintext. If you were lucky, it was plaintext over SSL/TLS, but servers could still...
| | gultsch.de
2.3 parsecs away

Travel
| | An essay about the state of XMPP as a protocol for instant messaging, clearing up common misconceptions about reliabilty, battery-consumption, push and end-to-end encryption.
| | getstream.io
2.5 parsecs away

Travel
| | XMPP remains a critical framework for chat and messaging applications 20+ years after its launch. Here's how it works.
| | www.integralist.co.uk
21.1 parsecs away

Travel
| This is a quick guide to Python's asyncio module and is based on Python version 3.8. Introduction Why focus on asyncio? A quick asyncio summary A quick concurrent.futures summary Green Threads? Event Loop Awaitables Coroutines Tasks Futures Running an asyncio program Running Async Code in the REPL Use another Event Loop Concurrent Functions Deprecated Functions Examples gather wait wait_for as_completed create_task Callbacks Pools Executors asyncio.Future vs concurrent.futures.Future asyncio.wrap_future ...