Skip to content
Alexandr edited this page Apr 26, 2018 · 1 revision

MsgEngine

MsgEngine is general game/message exchanger server template.

Domain models:

  • Publisher - represents company registers has one or more games/applications
  • Application - consists of game/application information (number of rooms, users etc)
  • Room - contains information about player count, room logic etc
  • Player - is specific model which keeps info about player in current session game

Clone this wiki locally