1.0.2 • Published 4 years ago

gamesocketlib v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

What is this?

Library for easily creating multiplayer servers using express and socket io

Installation

npm i gamesocketlib --save

Example

import { GameServer } from 'gamesocketlib'
const server = new GameServer(1234, 2, 'static');

Documentation

Can be created by running:

npm run docs

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago