Skip to content

Why

We recommend reading the Introduction if you haven't already.

Let's start with where we come from, the problem definition, different parties involved and the solution space.

Advantages

  • Fast and needs less resources (CPU/Memory) leading to improved scalability
  • Excellent protocol version support
    • Allows newest version down to 1.7
    • Forge support (for modded servers)
    • BungeeCord compatible plugin channels
    • BungeeCord or Velocity's player info forwarding
  • A simple API for plugins/extensions
  • Perfect for Go developers - Gate and developers immensely benefit from the Go language and its wide ecosystem

Similar to the Minecraft proxies written in Java: BungeeCord, Waterfall and Velocity (where much of the knowledge comes from) Gate delivers a rich interface to interact with connected players on your cluster of Minecraft servers.

Target audience

Gate supports small and large Minecraft networks that need to serve thousands of concurrent players and encourages new and established Golang developers to extend Gate.

Although Gate targets better performance, has more version support (modded servers) and has a simpler API than the BungeeCord Java proxy, and Gate lets you write extension code in the awesome Go programming language...

If you already have all your code base in Java or need to use plugins for other proxies like BungeeCord and Velocity, just stay there. You can't use Java plugins from SpigotMC with Gate.

Why not use an existing proxy written in Java?

Because the less Java a smart Go developer needs to maintain, the happier the Go community. Since Go developers work in a very fast-paced and cloud-centric ecosystem with a lot of modern software written in Go there is simply no cognitive space and time left for Java, where everything is bigger.

The ONLY Java code you must write is for Paper/Spigot/Minestom plugins, since there is no Go Minecraft server implementation as nobody can keep up-to-date quick enough with Mojang's releases of new vanilla server versions that break the protocol everytime. - unless you are using Skript 😉, it's awesome for beginners and has no limits for advanced use-cases.

Released under the MIT License. (web version: 515993ce)