Categorygithub.com/proximaio/golang-socketio
modulepackage
0.0.0-20191120044028-9f0478f86317
Repository: https://github.com/proximaio/golang-socketio.git
Documentation: pkg.go.dev

# README

Golang Socket.IO

This library was forked from github.com/alexmironof/golang-socketio and is fixing the Sirupsen/logrus -> sirupsen/logrus capitalization issue. This is an unsupported fork.

# Packages

No description provided by the author

# Functions

AddrPolling returns an url for socket.io connection for polling transport.
AddrWebsocket returns an url for socket.io connection for websocket transport.
CountOverfloodingChannels returns an amount of overflooding channels.
Dial connects to server and initializes socket.io protocol The correct ws protocol addr example: ws://myserver.com/socket.io/?EIO=3&transport=websocket.
NewServer creates new socket.io server.

# Constants

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
No description provided by the author

# Structs

Channel represents socket.io connection.
Client represents socket.io client.
Server represents a socket.io server instance.