All docs and design specs for our client-server based chat application to rule the world!
{
"from": "String",
"to": ["String"],
"msg": "String",
"method": "String",
"createdAt": "Datetime",
}fromlists the nickname from the sendertoArray of strings, contains the desired users/channel this message should be routed to. Channels start with a#msggeneric string which contains the actual payload. For example the message that we want to send to another usermethodsThis is an enum. Allowed values are the methods listed below. This field is case sensitivecreatedAtDatetime. Determines the creation time of the json object
- getUsers
- getChannels
- auth
- [setState](setState.md]
- getUserDetails
- chat