├── app/ │ ├── __init__.py # Global logging init (INFO level) │ ├── main.py # FastAPI application entry point │ ├── config.py # Environment-specific settings (dev/test/prod) │ └── routers/ # API route ...
This repository contains practical examples demonstrating the differences between Server-Sent Events (SSE) and WebSocket technologies using Python and FastAPI.