An asynchronous WSGI and WebSocket server built on Python's asyncore module. Compatible with Python >=3.6, version 0.0.11. Release cadence is low, mainly maintenance updates.
pip install asyncore-wsgiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal WSGI server serving 'Hello, World!'
Use an alternative like asyncio-based servers (e.g., uvicorn, aiohttp) or upgrade to a maintained fork.
Always use from asyncore_wsgi import ...
Consider migrating to an asyncio-based server for production use.
pip install asyncore-wsgi; then from asyncore_wsgi import WSGIServer
Downgrade to Python <=3.11 or switch to a different server library.
No dependency data recorded yet.