## Description A new MicroService has to be added to the Cryptic Game. The new MicroService should provide a chat system with one global chat channel. ## Endpoints - `[channel, join]` - `[channel, leave]` - `[channel, list]` - `[channel, members]` - `[message, send]` - `[message, create]`
Description
A new MicroService has to be added to the Cryptic Game.
The new MicroService should provide a chat system with one global chat channel.
Endpoints
[channel, join][channel, leave][channel, list][channel, members][message, send][message, create]