Advice: making a multiplayer game: How should I handle different frequency events in the same game?

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • Socket.io

    Realtime application framework (Node.JS server)

  • So I'm making a Bomberman multiplayer copy using Socket.io and React +RTK Query. Most tutorials show that the server sends the entire game state to all clients on a set interval as it is.

  • avsc

    Avro for JavaScript :zap:

  • Chances are, your world state really isn't large enough to warrant splitting it up into "different layers". Even if it kind of was, there's much more sensible ways of reducing the size of your packets. Like you're probably using JSON, which again is probably still fine, but it's far from an optimized way of serializing data. Here's what I mean: https://github.com/mtth/avsc/wiki/Benchmarks

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS 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

  • Create a Chat with Laravel and Socket.io

    1 project | dev.to | 7 May 2024
  • Socket io not working on deployed version

    2 projects | /r/reactjs | 10 Dec 2023
  • Hi guys, just wanted to share that I tried to create a better omegle alternative. Open to any feedback!

    1 project | /r/developersIndia | 10 Dec 2023
  • Onde estou errando? ( Dias sem progresso )

    1 project | /r/brdev | 9 Dec 2023
  • Does the MERN app with socket.io work correctly in the Google app engine?

    1 project | /r/googlecloud | 7 Dec 2023