
NOTE: Sync Message Streams let you broadcast JSON messages at a high rate to an elastic group of subscribers. In this tutorial, we'll look at how we can add real-time functionality to a Laravel app while making use of Message Stream sync objects. There are four different object primitives each with a different use case - I won't be talking about the different primitives but this document is a good place to start. Sync objects are the primitives you use to make your application's state discoverable and accessible at the right granularity.


Sync relies on the concept of state synchronization while making use of sync objects.

There are several hosted API services that provide real-time functionality to web and mobile applications and Twilio Sync is one of these services. Real-time updates is a feature that is becoming increasingly common in modern web applications.
