Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 265 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 265 Bytes

websocket_chat

Simple proof of concept websocket chat application.

Only works in Python 3.5+

To test, simply run python simple_chat.py in a terminal. Then open up the simple_chat.html page in multiple browser tabs or windows to see cross user communication.