Module twitch_irc::transport

source ·
Expand description

Implements the different protocols for connecting to Twitch services.

Modules

  • Implements connecting to Twitch services using the plain or secure standard IRC protocol.
  • Implements connecting to Twitch services using the plain or secure IRC-over-WebSocket protocol.

Traits

  • Abstracts over different ways of connecting to Twitch Chat, which are currently plain IRC (TCP), and the Twitch-specific WebSocket extension.