Multiplayer server with node

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Socket.io

    Realtime application framework (Node.JS server)

    Node is a (the) perfect tool for this. You can use socket.io or websockets to achieve what you're looking for. (assuming you want websocket data stream). Else, Node is also good for basic HTTP web requests as well.

  • RethinkDB

    The open-source database for the realtime web.

    I just stumbled on a website this morning about this. It was https://rethinkdb.com/ . I have never used it but it seems pretty good.

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

  • colyseus

    ⚔ Multiplayer Framework for Node.js

    We use Colyseus for this. Pretty easy and open source too. https://colyseus.io/

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