Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 509 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 509 Bytes

SPN Relayserver

IMPORTANT: This is a repository related to the GPN18 version of SPN. It is no longer maintained. See https://github.com/schlangenprogrammiernacht/spn-meta for the GPN19 version!

This repository contains the relayserver program, which distributes game data to multiple clients. This has two main purposes: convert the stream from raw MessagePack data to a websocket and remove that load from the gameserver.

If a client blocks or the relayserver crashes, the gameserver is unaffected.