17 lines
419 B
Markdown
17 lines
419 B
Markdown
|
# Web Sockets Playground
|
||
|
|
||
|
> WIP: **Nothing to see here. these are not the droids your looking for**
|
||
|
|
||
|
## Message Payload
|
||
|
|
||
|
| Property | Description |
|
||
|
| --- |---|
|
||
|
|to | user to send message to|
|
||
|
|from | message origin |
|
||
|
|type | determine how a message should be processed |
|
||
|
|subject | (optional) message subject |
|
||
|
| body | contest of the message |
|
||
|
| data | JSONified object |
|
||
|
| date | timestamp server received request |
|
||
|
|