Skip to content

ahmlvs/python-live-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-live-chat-app

Uses Flask Sockets to create a live chat room application.

  1. create virtual env
python3 -m venv env
source env/bin/activate

and add .env file in root folger with SECRET_KEY

  1. install libraries
pip install Flask
pip install flask-socketio
pip install python-dotenv
  1. start server
python3 main.py
  1. open 2 browser windows (1 in incognito mode)
http://127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published