websockets

WebSocket client/server library

A library for building WebSocket servers and clients with an emphasis on correctness, simplicity, robustness, and performance.

Library for building WebSocket servers and clients in Python

GitHub

5k stars
105 watching
521 forks
Language: Python
last commit: almost 2 years ago
Linked from 5 awesome lists

pythonpython3websocketwebsocket-clientwebsocket-librarywebsocket-serverwebsockets

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kassane/asioA C++ library providing an asynchronous I/O framework for building networked applications.7
peterhinch/micropython-asyncA resource providing documentation, tutorials, and code examples for using asynchronous programming in MicroPython for embedded systems750
quora/asynqA Python library that simplifies asynchronous programming by allowing batching of requests to external services.688
python-trio/trio-asyncioA library that re-implements the asyncio mainloop on top of Trio189
dabeaz/curioA library that enables concurrent Python systems programming using async/await with a focus on separating asynchronous and synchronous code execution environments.4,051
housleyjk/aiopyramidProvides tools and patterns for building web applications on asynchronous servers using Pyramid and asyncio.80
agronholm/anyioA high-level asynchronous networking and concurrency framework that provides structured concurrency on top of asyncio or trio.1,848
h2non/pacoA utility library for writing asynchronous cooperative multitasking in Python with a focus on generic programming and concurrency support.203
achimnol/aiotoolsProvides idiomatic asyncio utilities for building asynchronous applications.154
tokio-rs/tokioA runtime for writing reliable asynchronous applications with Rust.27,366
mfichman/coroA modern C++ library providing an async socket I/O implementation with SSL support50
awestlake87/pyo3-asyncioA Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library318
encode/starletteA lightweight ASGI framework/toolkit for building async web services in Python10,361
aio-libs/aioftpA fast and high-performance FTP client/server library for asyncio in Python192
tinche/aiofilesA library that provides asynchronous file I/O support for Python's asyncio framework2,908