package
2.0.0+incompatible
Repository: https://github.com/tutumagi/pitaya.git
Documentation: pkg.go.dev
# Functions
NewTCPAcceptor creates a new instance of tcp acceptor.
NewWSAcceptor returns a new instance of WSAcceptor.
NewWSConn return an initialized *WSConn.
# Structs
TCPAcceptor struct.
WSAcceptor struct.
WSConn is an adapter to t.Conn, which implements all t.Conn interface base on *websocket.Conn.