A game server in C

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

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
  • space-nerds-in-space

    Multi-player spaceship bridge simulator. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space

  • Not an MMORPG, just a LAN game really, but my spaceship bridge simulator Space Nerds in Space is open source (GPL2) and in C. The network server architecture is pretty simple, TCP, and a read thread and a write thread per client, which would be a bad design if there were a large number clients, but for less than 30 or so clients (realistic number of clients is 5-10, leaning towards 5), it's absolutely fine (KISS principle). There's some documentation about how it all works here: Hacking on Space Nerds in Space and the website for the game is here: https://spacenerdsinspace.com

  • 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
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

  • Space Nerds in Space

    1 project | news.ycombinator.com | 17 Oct 2023
  • Real-Time Collision Detection by Christer Ericson; What's on the CD?

    1 project | /r/GraphicsProgramming | 15 Sep 2023
  • What advantage is there of mixing a scripting language with C?

    1 project | /r/C_Programming | 25 Jan 2023
  • How Much to Build a Bridge Set?

    1 project | /r/SNIS | 11 Aug 2022
  • Share your biggest challenge as a hobby game dev!

    1 project | /r/hobbygamedev | 30 Jun 2022