1. Description
Provides a RESTful API to create channel. Login user who joined the channel should be able to send message to channel, which will route the message to users in the channel
1.1 Implementation
Question:
- should the message contains channel information?
- what properties should a channel have
2. Acceptance criteria
- create a communication channel
- add two users (user a and user b) into the channel
- user a send message the the channel
expected: both user a and user b received the message