Building a Distributed Turn-Based Game System in Elixir

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • three-elements

    Discontinued Web Components-powered custom HTML elements for building Three.js-powered games and interactive experiences. 🎉

  • If you're within ~50ms of the liveview server you can get really close to client side interaction reaponsiveness.

    Animations are still better off handled client side, though you can get really far with web components and liveview updated HTML: https://github.com/hmans/three-elements

  • Alpine.js

    A rugged, minimal framework for composing JavaScript behavior in your markup.

  • The LiveView is just a HTML page so you can have whatever CSS/JavaScript you like on the client side for animations and interactivity. Talking to the server is opt-in and you’d basically do it wherever you’d usually make an API call from React etc. The go-to for JS in LiveView seems to be Alpine (https://github.com/alpinejs/alpine) but I haven’t got around to trying that out myself yet.

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

    Microservice native message and event store for Postgres

  • Trying a new language or framework is fun experiments that you spend a few hours on. I have been enjoying implementing Message DB[0] in a hobby project. My current job is not in programming, and not looking for one.

    [0]https://github.com/message-db/message-db

  • zen_core

  • It's on gitlab. But a lot stuff isn't on it yet/changes a lot, and I take my time :)

    https://gitlab.com/zen_core/zen_core

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

  • Ask HN: I can no longer like React, do you?

    1 project | news.ycombinator.com | 29 Apr 2024
  • Mithril.js: A Modern Framework for JavaScript

    1 project | dev.to | 25 Apr 2024
  • Hot module replacement (HMR) in AdonisJS

    1 project | dev.to | 24 Apr 2024
  • Biometric authentication with Passkeys

    3 projects | dev.to | 9 Mar 2024
  • Show HN: Million Lint – ESLint for Performance

    1 project | news.ycombinator.com | 29 Feb 2024