fastapi-events
Event dispatcher
An event dispatching/handling library for FastAPI and Starlette applications
Asynchronous event dispatching/handling library for FastAPI and Starlette
444 stars
6 watching
25 forks
Language: Python
last commit: 20 days ago
Linked from 1 awesome list
asgieventsfastapipythonstarlette
Related projects:
Repository | Description | Stars |
---|---|---|
vlcinsky/fastapi-sse-htmx | Tests real-time communication between a FastAPI backend and an HTML-based frontend using Server Sent Events (SSE) and HTMX. | 37 |
sasha-tkachev/fastapi-cloudevents | Provides a plugin to integrate CloudEvents with FastAPI applications | 33 |
testdrivenio/fastapi-crud-async | Asynchronous API with CRUD operations | 437 |
wqking/eventpp | An event dispatcher and callback list library for C++ | 1,377 |
slackapi/python-slack-events-api | An adapter for receiving and parsing Slack Events API events in Python | 343 |
pallets-eco/blinker | Provides a fast dispatching system for signal/event communication between interested parties. | 1,796 |
aneek/slim-event-dispatcher | An event dispatcher that integrates with the Slim Framework to enable event-driven programming | 7 |
masoniteframework/events | Provides a way to handle events in a web application framework | 2 |
kludex/flake8-fastapi | A flake8 plugin to help developers avoid common mistakes when building FastAPI applications | 44 |
kthwaite/fastapi-websocket-broadcast | A FastAPI application that enables real-time communication between clients through WebSockets. | 133 |
sanders41/meilisearch-fastapi | A library providing FastAPI routes for interacting with Meilisearch | 44 |
mikeckennedy/fastapi-chameleon | A FastAPI template engine that integrates Chameleon templates | 141 |
cakephp/event | A library that enables event-driven programming in PHP applications. | 22 |
athena-framework/event-dispatcher | A library that enables loose coupling and communication between components in an application using the Mediator and Observer patterns. | 13 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 527 |