Skip to content

Built realtime One to one private web chat application in the flask using socket.io library.

Notifications You must be signed in to change notification settings

palak-11-bansal/Flask-private-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-chat-app

A chat app with private messaging feature(WIP), implemented using Flask-SocketIO.

Setup

  • Clone / Download this repository
  • Setup a virtual environment (Optional, but recommended)
python3 -m venv venv
  • Activate a virtual environment
source venv/bin/activate
  • Install requirements
pip3 install -r requirements.txt
  • Start the server
python3 main.py
  • Go to http://localhost:5000 on your browser.

About

Built realtime One to one private web chat application in the flask using socket.io library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published