Skip to content

stackcats/socket.io-emitter-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fcf67bb · Mar 24, 2019

History

8 Commits
Feb 16, 2017
Feb 13, 2017
Feb 9, 2017
Feb 13, 2017
Mar 24, 2019

Repository files navigation

socket.io-emitter-go

Go implementation of socket.io-emitter

Install

$ go get github.com/stackcats/socket.io-emitter-go

Example

opts := &emitter.Options{}
socket := emitter.NewEmitter(opts)
defer socket.Close()
socket.Broadcast().Emit("message", "Hello World")

License

MIT

About

Go implementation of socket.io-emitter

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published