UNPKG

gameguard

Version:

GameGuard is a NodeJS game server that can be used to manage the players connecting to your game, manage rooms and the players in them, and more.

4 lines (3 loc) 83 B
import ws from 'ws'; export default interface GameGuardWebSocket extends ws { }