techwithtim / Chat-Web-App

Made during livestream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 53.1%Language:HTML 32.6%Language:JavaScript 14.1%Language:Shell 0.3%