Open-source game server for fast-paced games

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hicore

    🎮 Hicore is a free and open-source game server. it's based on RUDP protocol which suitable for Fast-paced games

  • It's base on KCP, You can find more information https://github.com/hicore/hicore/blob/main/childServer/match.go if you want to know how it works

  • KCP

    :zap: KCP - A Fast and Reliable ARQ Protocol

  • i see, i know KCP implementation i don't see in your code any of the GO KCP implementations did you write it by yourself?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kcp-go

    A Crypto-Secure, Production-Grade Reliable-UDP Library for golang with FEC

  • I used kcp-go. The server includes two parts, Mothership and child server. After the mothership server matchmaking system finds a game it will pass those users to the child server.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • KCP – A TCP alternative optimized for latency

    1 project | news.ycombinator.com | 28 Mar 2024
  • KCP: UDP Implementation over TCP

    1 project | news.ycombinator.com | 31 Oct 2023
  • KCP - A Fast and Reliable ARQ Protocol

    1 project | /r/github_trends | 25 Apr 2022
  • Do you use TCP and UDP together in your multiplayer games?

    3 projects | /r/gamedev | 15 Oct 2021
  • KCP: A Fast and Reliable ARQ Protocol

    1 project | news.ycombinator.com | 12 Apr 2021