isomer.ui.clientmanager package

Module clientmanager

Coordinates clients communicating via websocket

This component is split up into several maintainable pieces:

  • Authentication
  • CLI
  • Flood protection
  • Language support
  • Latency measurement
class ClientManager(*args, **kwargs)[source]

Bases: isomer.ui.clientmanager.latency.LatencyManager

Handles client connections and requests as well as client-outbound communication.