# README
go-socket.io-client
socket.io client for go. Support EIO4.
Install
Install the package with:
go get github.com/mark0725/go-socket.io-client
Import it with:
import "github.com/mark0725/go-socket.io-client"
and use socketio
as the package name inside the code.
Example
License
MIT
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
*
socket.io connection handler
use IsAlive to check that handler is still working
use Dial to connect to websocket
use In and Out channels for message exchange
Close message means channel is closed
ping is automatic
*/.
No description provided by the author
No description provided by the author
No description provided by the author
*
engine.io header to send or receive
*/.
# Type aliases
No description provided by the author