Hello NetherGames Community and welcome to another Devblog. As you might have seen in the Weekly Update Blog from June 15th, we have introduced a new System to our infrastructure to ensure the correct working of all components of the Network.
Today's subject is exactly this system, and I will explain to you how it works, what it does, and how it affects you as our players.
Base Idea:
NetSys stands for Networking System and is a basic data exchange system for all kinds of services to communicate with each other. Those can be
Discord Bots, Minecraft Servers, Minecraft Proxies, Websites, and anything that can be programmed. It is using the lowest possible way of
network communication, which is Sockets. You can imagine sockets like a chat between two people, one server and one client, exchanging information.
Most things on the Internet are based on Sockets. As for the choice of the programming language, I chose Java as I determined that this would be the easiest...