Skip to content

Latest commit

 

History

History
32 lines (12 loc) · 513 Bytes

readme.md

File metadata and controls

32 lines (12 loc) · 513 Bytes

1. what is socket.io

Socket.IO is a transport protocol that enables real-time bidirectional event-based communication between clients (typically web browsers) and a server. The original implementations of the client and server components are written in JavaScript.

2. environment setup

python2

pip install python-socketio
pip install flask-socketio
pip install eventlet

3. how to run