cryptic-game / cryptic-chat

The official chat microservice of cryptic-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Chat MicroService

JannikEmmerich opened this issue · comments

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]