Learn how to set up a Python project with FastAPI, Uvicorn, and Pipenv for building a chat application.
Tag: FastAPI
Articles tagged with FastAPI. Showing 24 articles.
Chapters
Learn how to secure WebSocket communication in a FastAPI application using WSS and TLS/SSL.
Learn how to Dockerize a FastAPI chat application for consistent development and deployment.
Learn how to deploy a FastAPI application in production, covering strategies and considerations for scalability, reliability, and security.
Learn how to create a minimal FastAPI application, understand basic components, and set up a project structure.
Learn how to implement real-time communication in your FastAPI application using WebSockets.
Learn how to implement a basic user authentication system using JWT in FastAPI.
Learn how to manage active WebSocket connections in a real-time application using FastAPI and Python.
Learn how to store messages in a SQLite database using SQLAlchemy with FastAPI.
Learn how to implement room-based messaging in a FastAPI WebSocket application.
Learn how to refine user registration and login flows in a FastAPI application, including data validation, password hashing, and secure user …
Learn how to implement structured logging and custom exception handling in a FastAPI chat application.