asgi-server
There are 29 repositories under asgi-server topic.
cirospaciari/socketify.py
Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3
cofin/litestar-granian
Granian plugin for Litestar
jonathanfelicity/taminus
A light weight python web framework that support both ASGI and WSGI
banesullivan/server-thread
⚙️ Launch a WSGI or ASGI Application in a background thread with werkzeug or uvicorn
AtulSingh11-0/Real-Time-Chat-App
A Real time chat application made by our group with the help of django and its dependencies for our 4th sem full stack python web dev training
khteh/PythonRestAPI
Python RestAPI using Quart web microframework and served using Hypercorn ASGI and WSGI web server.
khteh/rag-agent
Python LLM-RAG ReAct agent using LangChain, LangGraph and LangSmith built on Quart web microframework and served using Hypercorn ASGI and WSGI web server.
lahiiru/fastapi-parallel-workers
Shows a demo how long running jobs can be run without one user request blocking other requests.
songww/quanshu
A Python ASGI server implemented in Rust.
Saptarshi1997/Whatsapp-Clone-Using-Django
Real-time chat application like whatsapp using Django, Django-channels, Websocket, Redis server
alvarobartt/uvicorn-context-manager
🚀 Context Manager to run `uvicorn` ASGI applications
danielefundaro/hypercorn
This is a simple definition of the docker image hypercorn, to build your own python ASGI server
ghuysmans/asgitowsgi
Hackish ASGI application wrapper. See https://github.com/abersheeran/a2wsgi for a production-grade alternative.
JMarkin/rusticorn
my implementation asgi server for python
joeljacobdev/unicorn
ASGI server which can run ASGI compatible application server like FastAPI
nikakoy-png/Tik-tak-toe
Tic-tac-toe game on Django and Angular using sockets, Redis and PostgreSQL
nour1029/DjangoChannels-statistics-project
A real-time statistics rooms built with django, channels, websockets and charts js
roma-glushko/hivesrv
🐝 ASGI Python3 server for the Kubernetes Era
danielefundaro/daphne
This is a simple definition of the docker image daphne, to build your own python ASGI server
danielefundaro/uvicorn
This is a simple definition of the docker image uvicorn, to build your own python ASGI server
giovanni-angeli/q_catalog_ws
python, asyncio, sqlalchemy, flask, flask-admin, websockets, hypercorn all together
Akhil-Binu/mycrmpd
CRM Built using Python Django
coocos/asgi-http-server
ASGI server for HTTP/1.0
CPZhang9487/Fastapi-Vue
A simple portable web server setup tutorial
Dipesh-Pokhrel/Uvicorn
Creating a Simple application using Uvicorn ASGI server.
Dipesh-Pokhrel/WSGI-ASGI
WSGI and ASGI application server
guuido/navajo
Lightweight ASGI server with zero external dependencies.
mramshaw/Cloud_Django_3
Django 3 cloudified
R-Mahesh45/movie-recommendation-chatbot
A movie recommendation chatbot built using FastAPI, spaCy, and the OMDb API. It provides personalized movie suggestions based on user input like genre or actor name, fetching detailed information such as plot, IMDb rating, and cast.