Skip to content

Commit

Permalink
fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Aug 9, 2020
1 parent 024b3cb commit 46dcc38
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}image.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@ players (Minecraft client) and servers (e.g. Minecraft spigot, paper, sponge, ..
logs state changes and emits different events that
custom plugins/code can react to.

## Why use Gate instead of one of the Java proxies?

An always asked question: "Whats the difference between Gate and
BungeeCord, for instance?"

First off, if you have all your code base in Java, just stay there.
Gate is for the Go ecosystem and does not have all the convenient
plugins published on SpigotMC!

Although Gate targets better performance, has more version support
(modded servers) and simpler API than known proxies like BungeeCord
and Gate lets you write server code in Go <3.

## Rate Limiter

Rate limiting is an important mechanism for controlling
Expand Down

0 comments on commit 46dcc38

Please sign in to comment.