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
- Host: GitHub
- URL: https://github.com/zishang520/socket.io-go-redis-emitter
- Owner: zishang520
- License: mit
- Created: 2023-07-24T09:57:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T02:46:10.000Z (about 2 years ago)
- Last Synced: 2023-09-19T06:57:30.336Z (about 2 years ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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\)
[](https://github.com/zishang520/socket.io-go-redis-emitter/actions)
[](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