Skip to content

A sample Social media app with one-to-one chat functionality using SocketIO and python

Notifications You must be signed in to change notification settings

kartyk2/socially

Repository files navigation

"# socially"

Insatallation-steps:

git clone https://github.com/kartyk2/socially.git
cd socially
python -m venv "venv"
pip install -r requirements.txt
uvicorn main:app --reload # to start server
install live server on VS code
goto: "localhost:5050/websocket_client.html" 

About

A sample Social media app with one-to-one chat functionality using SocketIO and python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published