pip install fastsocket
git clone https://github.com/giulicrenna/FastSocket.git cd FastSocket pip install -e .
python -c "from fastsocket import FastSocketServer, SocketConfig; print('OK')"
If it prints OK, you’re ready to go.
OK