palmerc / PGR208_EchoServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket Echo Server

Running the app

Zeroth, create the virtual envirnment if it does not exist

python -m venv venv

First, enter the virtual environment (a sandbox)

source venv/bin/activate

Second, install the dependencies (only once!)

pip install -r requirements.txt

Third, run the app

./wsecho.py

Fourth, profit???

Running and testing the Echo Server

About


Languages

Language:Python 100.0%