A SocketCluster compatible WebSocket library


Keywords
socket, cluster, websocket, socketcluster
License
MIT
Install
pip install scclient==0.3.4

Documentation

scclient

Build Status Codacy Badge Codacy Badge PyPI version

About this library

scclient is a python SocketCluster client implementation. It aims to be a level 4 implementation, according to the client guidelines. The protocol is at least partially documented here and any missing pieces were figured out by analyzing the existing python library.

Goals

  • Comprehensive unit testing
  • PEP 8 style
  • Full SocketCluster client implementation
  • Non-blocking event driven architecture