SupabaseS
Supabase•2y ago
Psyclone

Realtime connect limits

I am building an application using sveltekit hosted on vercel and supabase. I want the users to have realtime notifications on some events for example liking a post or sending a follow request etc. So I thought I could use Supabase's realtime feature for this.

But the pricing shows that it can have only 200 concurrent clients in the free plan. Does that mean it can only handle 200 users at max?

What is the difference between concurrent clients and channels?

Is there any way I can scale this app for 1000 concurrent users without going to paid plan? What others services can I use for this to achieve beside supabase. I just want the notification feature and no other realtime things.

Sorry if this question seems silly. I am new to web development. Thanks in advance 😃
Was this page helpful?