package
0.0.0-20240908225457-aa5fafe64cfe
Repository: https://github.com/skyhop-tech/go-socket.io.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewManager creates a new manager.
ReadConnParameters reads ConnParameters from r.

# Variables

ErrInvalidFrame is returned when writing invalid frame type.

# Structs

ConnParameters is connection parameter of server.
Manager is a manager of transports.

# Interfaces

Conn is a transport connection.
FrameReader reads a frame.
FrameWriter writes a frame.
Transport is a transport which can creates base.Conn.