Categorygithub.com/mark0725/go-socket.io-client
modulepackage
0.0.0-20240823094316-3768181edb01
Repository: https://github.com/mark0725/go-socket.io-client.git
Documentation: pkg.go.dev

# 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

# Packages

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

# Functions

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

# 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