Skip to content

erkamesen/Flask-ChatApp-Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp with Flask SocketIO

- via -

Features

  • it is a live chat application
  • pick a name
  • create room and share unique room code with your friends for them to join you
  • or if you know true code, join other users room
  • chat with them

Install & Usage

  • Clone repository to your local:
git clone https://github.com/erkamesen/Flask-ChatApp-Socket-Programming.git
  • Navigate to directory:
Flask-ChatApp-Socket-Programming
  • Install requirements:
pip install -r requirements.txt
  • Run application:
flask run

Now the chat app running on your localhost: http://127.0.0.1:5000

Have fun !

Releases

No releases published

Packages

No packages published