FastSocket

Installation

Requirements

Install from PyPI

pip install fastsocket

Install from source (development mode)

git clone https://github.com/giulicrenna/FastSocket.git
cd FastSocket
pip install -e .

Quick verification

python -c "from fastsocket import FastSocketServer, SocketConfig; print('OK')"

If it prints OK, you’re ready to go.