Live Chat Application with Python, WebSocket and SQLite Database. Simple chat application. Enter your username, select connected user, view chat history, and send messages.
- Python + FastAPI
- WebSocket
- JavaScript
- SQLite
- HTML/CSS
- python3 -m venv .venv
- source .venv/bin/activate
- pip install -r requirements.txt
- uvicorn main:app --reload --host 127.0.0.1 --port 8006