fastapi-sse-htmx

Real-time demo

Tests real-time communication between a FastAPI backend and an HTML-based frontend using Server Sent Events (SSE) and HTMX.

GitHub

37 stars
3 watching
1 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
marty331/fasthtmx A demo project illustrating how to create a website with no JavaScript using FastAPI and HTMX 253
melvinkcx/fastapi-events An event dispatching/handling library for FastAPI and Starlette applications 444
kthwaite/fastapi-websocket-broadcast A FastAPI application that enables real-time communication between clients through WebSockets. 133
testdrivenio/fastapi-crud-async Asynchronous API with CRUD operations 437
volfpeter/fastapi-htmx-tailwind-example An IoT dashboard application showcasing the integration of FastAPI, HTMX, TailwindCSS, and MongoDB for a interactive frontend experience. 37
sasha-tkachev/fastapi-cloudevents Provides a plugin to integrate CloudEvents with FastAPI applications 33
paluigi/flask-htmx Demonstrates integration of Flask-Sock and HTMX for updating web pages without full page reloads. 4
markqiu/fastapi-mongodb-realworld-example-app A real-world backend application using FastAPI and MongoDB 438
kludex/flake8-fastapi A flake8 plugin to help developers avoid common mistakes when building FastAPI applications 44
testdrivenio/fastapi-crud-sync An API built using FastAPI and Pytest for creating, reading, updating, and deleting data in a synchronized environment. 79
sabuhish/fastapi-mqtt A Python library providing an asynchronous MQTT client and event-driven framework for building real-time applications 264
authorizon/fastapi_websocket_pubsub An API framework allowing real-time communication between clients and servers over WebSockets. 13
smagafurov/fastapi-jsonrpc A JSON-RPC server implementation using FastAPI 294
leonh/redis-streams-fastapi-chat A simple Redis Streams backed Chat app demonstration project 217
mrtolkien/fastapi_simple_security Security package for FastAPI API key authentication with simple setup and administrator endpoints. 329