Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 264 Bytes

File metadata and controls

15 lines (10 loc) · 264 Bytes

Basic Chat App

This is for testing cybersecurity methods, it's a simple chat app which uses web sockets to transmit unencrypted data accross all clients

Install the dependencies with

pip install flask flask-socketio

Run with

python3 app.py