An open API service indexing awesome lists of open source software.

https://github.com/stackcats/socket.io-emitter-go

Go implementation of socket.io-emitter
https://github.com/stackcats/socket.io-emitter-go

go socketio socketio-emitter

Last synced: about 1 month ago
JSON representation

Go implementation of socket.io-emitter

Awesome Lists containing this project

README

        

# socket.io-emitter-go
Go implementation of socket.io-emitter

## Install

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

## Example

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

MIT