Skip to content

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

Notifications You must be signed in to change notification settings

KnightChaser/redis-websocket-groupchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published