robinverona / websockets-canvas-2d

Node.js server managing the connection, movement and disconnection of multiple users in a 2d canvas

Repository from Github https://github.comrobinverona/websockets-canvas-2dRepository from Github https://github.comrobinverona/websockets-canvas-2d

Node.js server managing the connection, movement and disconnection of multiple users in a 2d canvas, serving as a development base for prototyping features

Quickstart

After cloning the project, install the npm install dependencies Then launch the development server npm run dev

To test the multi, you can open localhost:3000 on your browser and in private browsing.

The movements are for the moment with the directional arrows of the keyboard.

For the moment it is a Node.js app that returns a static HTML page.

Standalone

Development and test version without Websockets.

Translated with www.DeepL.com/Translator (free version)

About

Node.js server managing the connection, movement and disconnection of multiple users in a 2d canvas


Languages

Language:JavaScript 80.1%Language:HTML 11.5%Language:CSS 8.3%