The message is nothing but your data payload you want to send.
You can send data as a string, Blob, or ArrayBuffer
Sending a message from Fire-WebSocket is just two steps away.
payload
and name.here message name is not mandatory, it is just for your reference if you want to save message it will be easy to get saved messages by name)
Send
or Send & Save
button.One more thing, you can add Message in JSON or TEXT format.
When you click on Send & Save
it shows Message payload in chat board and saves Message in Rightbar.