KnightChaser / redis-websocket-groupchat

A small example of live chatting room with Python FastAPI + WebSocket + Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis-websocket-groupchat

A small example of live chatting room with Python FastAPI + WebSocket + Redis

Python JavaScript FastAPI Redis

screenshot

How to run

Very simple. Hit uvicorn server:app --reload and access to URL shown on the FastAPI console. Set your own nickname and start chatting with other users(sessions). This doesn't use cookies or something for simplicity.

About

A small example of live chatting room with Python FastAPI + WebSocket + Redis


Languages

Language:Python 56.5%Language:JavaScript 33.0%Language:HTML 10.5%