package
1.8.1
Repository: https://github.com/hidevopsio/hiboot.git
Documentation: pkg.go.dev

# Packages

Package websocket provides rich websocket support for the iris web framework.

# Constants

All is the string which the Emitter use to send a message to all.
Broadcast is the string which the Emitter use to send a message to all except this connection.
Profile websocket profile name.

# Structs

Connection is the websocket connection.
No description provided by the author

# Interfaces

Handler is the interface the websocket handler.

# Type aliases

Register is the handler register.