Skip to content

TimVN/GMNest

Repository files navigation

GMNest Logo

A simple setup for creating multiplayer HTML5 with Game Maker Studio 2.3

Description

Nest framework chat server example for GMNest

Installation

$ npm install

Add .env.development file to project root and add the following settings:

REDIS_HOST=localhost
REDIS_PORT=6379

Make sure to have Docker installed. Refer to the docs here.

$ cd docker
$ docker-compose up 

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Installing the extension in Game Maker

You can install it from the Yoyogames Marketplace or install the extension dragging the gm-socket.io.yymps file in the client folder into your project.

The docs for the extension will come soon!

Stay in touch

About

Repo for a Game Maker Socket.IO extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages