Starter | Pro | Enterprise | |
---|---|---|---|
Monthly active users included | 100 | 200 | Custom |
Monthly active users limit | 100 | 25,000 | Unlimited |
Projects limit | Unlimited | Unlimited | Unlimited |
Average connections per MAU | Up to 100 | Up to 500 | Custom |
Maximum storage size per room | Up to 5 MB | Up to 20 MB | Custom |
Simultaneous connections per room | Up to 20 | Up to 50 | Custom |
Team members per account | 1 | 10 | Custom |
Learn more about how monthly active users are calculated for each plan on our plans page.
Learn more about handling simultaneous room connection limits in our guide about joining rooms at maximum capacity.
roomId
limitA roomId
cannot exceed 128 characters.
userId
limitA userId
cannot exceed 128 characters.
userInfo
limituserInfo
sent from the authentication endpoint cannot exceed 1024 characters
once serialized to JSON.
Broadcast event messages have a limit of 1 MB.
LiveObject
cannot exceed 128 kB when totalling the size of the keys and
values.LiveMap
can be any size, so long as each individual value does not exceed
128kB.LiveList
can be any size, so long as each individual value does not exceed
128kB.Note that when one real-time data structure is nested inside another, it does
not count towards the limit. Only the JSON leaves of your data structure count
towards the limit. For example, if a LiveList
is nested inside a LiveObject
,
the LiveList
and its contents do not count towards the LiveObject
’s data
limit.