package
module
Version:
v0.0.0-...-8bea45f
Opens a new window with list of versions in this module.
Published: Mar 27, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
README
¶
golang socket.io client-side for nodejs socket.io server-side
client-side
go run client.go
server-side
node server.js
Documentation
¶
View Source
const (
EventOpen string = "open"
EventConnect = "connect"
EventReconnect = "reconnect"
EventError = "error"
)
type Listener func(args ...interface{})
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.