Controllers
What is this
Controllers are what I use to refer to the different branches in the microservice approach I'm using to create MafiaSDG.
The approach I'm using to create MafiaSDG is
Currently implemented
- AuthController - handles registration/login/recovery/etc.
To Implement
- ChatController - handles chat messages broadcast/lobby/private/etc.
- UserController
- LobbyController
- GameController
- Others probably
Tags
#technical