Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

node.js game server framework? [closed]

Tags:

node.js

Is there a game server framework for Node.js? I was using nowjs, but I'd like something more geared toward games. While I'd prefer free/open source, i'm willing to look into commercial also. The only requirement I have is that it has to be node.js based.

like image 436
LordZardeck Avatar asked Feb 21 '12 04:02

LordZardeck


People also ask

Does node js have a future in 2022?

js, React. js, Node. js) will keep their leading positions in app development in 2022. They are robust solutions for building dynamic and single-page web applications.

Is node js still relevant in 2021?

js for backend development is still a choice of Netflix, NASA, Microsoft, and other tech giants. Undoubtedly, it's not as popular as React. js or jQuery, but it allows companies to house more full-stack web developers than any other framework in the world. According to another survey conducted in 2021, Node.

Is node js still relevant 2020?

js, introduced back in 2009, is not one of these. Node. js development has become very popular over the last four years and continues to stand the competition in 2022 making startups worldwide choose it over other available options. Being an experienced Node.

Is node js a server side framework?

Introduction: Node. js is a platform designed to build network applications. It is a server-side, open-source environment that allows you to develop a scalable network application.


2 Answers

Try Pomelo.js . A distributed game server framework for node.js

like image 75
Roger Garzon Nieto Avatar answered Oct 14 '22 02:10

Roger Garzon Nieto


Maple.js is a solid starting point for a multiplayer node based game.

The ground architecture has been done and you can check out any other games by Ivo Wetzel to get some inspiration.

like image 22
Raynos Avatar answered Oct 14 '22 01:10

Raynos