Writing a Minecraft server from scratch in Bash (2022)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ctypes.sh

    A foreign function interface for bash.

  • They should have used my (dumb?) library, ctypes.sh:

    https://github.com/taviso/ctypes.sh

    Then they can access libm, poll(), select() and so on from bash :)

  • runelite

    Open source Old School RuneScape client

  • 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
  • pdd.sh

    TPDD client implemented in bash

  • hadolint

    Dockerfile linter, validate inline bash, written in Haskell

  • To skip the "move your scripts to standalone files" step some devs don't like, consider something like https://github.com/hadolint/hadolint which runs Shellcheck over inline scripts within Containerfiles.

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