socketio

package module
v0.0.0-...-8bea45f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2019 License: GPL-3.0 Imports: 7 Imported by: 4

README

golang socket.io client-side for nodejs socket.io server-side

client-side
go run client.go
server-side
node server.js

Documentation

Index

Constants

View Source
const (
	EventOpen      string = "open"
	EventConnect          = "connect"
	EventReconnect        = "reconnect"
	EventError            = "error"
)

Variables

This section is empty.

Functions

func Socket

func Socket(urlstring string) (*socketClient, error)

Types

type Listener

type Listener func(args ...interface{})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL