Skip to content

hrishi1096/Chat-Web-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Web-App

Setup

Ensure you have python 3.6+ installed.

pip install -r requirements.txt

Running the Server

cd website
python main.py

Clearing Message History

To clear the message history simply delete the messages.db file.

Old Message Server

Before using socketio for this project I coded out a custom message server that uses standard python sockets. The code for this is located in old_msg_server/.

Livestream

This project was built during a two part livestream.

Part 1!

Part 2!

About

Made during livestream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 53.0%
  • HTML 32.6%
  • JavaScript 14.1%
  • Shell 0.3%