This software allow you pickup cluster of Quake 3 Dedicated servers with some features:
- WebSocket to subscribe on console of server
- Manage of servers trough REST api
- https://github.com/ioquake/ioq3
- Go language 1.5 or higher
- https://getgb.io
$ gb vendor restore
$ gb build
- Fork it ( https://github.com/jpascal/q3-cluster/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request