API cho FunDraw - Ứng dụng game vẽ và đoán hình
npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodWebSocket Payload HOST: /game @createTestRoom @joinTestRoom { roomId: string } @eventUpdateTest { roomId: string, event: string }
Server Events: roomCreated playerJoined roomJoined eventUpdated error