Quake 3 Cluster

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

Requirements

Compilation

$ gb vendor restore
$ gb build

Configuration

Contributing

  1. Fork it ( https://github.com/jpascal/q3-cluster/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request