Module socketioxide::handler

source ·
Expand description

Functions and types used to handle incoming connections and messages. There is three main types of handlers: ConnectHandler, MessageHandler and DisconnectHandler. All handlers can be async or not.

Re-exports

Modules