# Broadcasting Messages
A common requirement is to have the client extension update instantly in response to creating a poll or other game action. The broadcast API pushes a notification to all viewers.
The broadcast nodes take in a string "topic", which is used on the client as a discriminator, and a json object string "data". The Muxy API does not provide a way to manipulate json strings, so a third party plugin will be required to construct the data object.