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

https://github.com/zishang520/socket.io-go-redis-emitter


https://github.com/zishang520/socket.io-go-redis-emitter

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# socket.io-go-redis-emitter\(Pause updates and merge into [socket.io-go-redis](https://github.com/zishang520/socket.io-go-redis) for maintenance\)

[![Build Status](https://github.com/zishang520/socket.io-go-redis-emitter/workflows/Go/badge.svg?branch=main)](https://github.com/zishang520/socket.io-go-redis-emitter/actions)
[![GoDoc](https://pkg.go.dev/badge/github.com/zishang520/socket.io-go-redis-emitter?utm_source=godoc)](https://pkg.go.dev/github.com/zishang520/socket.io-go-redis-emitter)

## Tests

Standalone tests can be run with `make test` which will run the golang tests.

You can run the tests locally using the following command:

```
make test
```

## Support

[issues](https://github.com/zishang520/socket.io-go-redis-emitter/issues)

## Development

To contribute patches, run tests or benchmarks, make sure to clone the
repository:

```bash
git clone git://github.com/zishang520/socket.io-go-redis-emitter.git
```

Then:

```bash
cd socket.io-go-redis-emitter
make test
```

See the `Tests` section above for how to run tests before submitting any patches.

## License

MIT