Does Convex work with SvelteKit?
I'm a new to webdev and want to know whether I can use the NodeJS tutorial to make Convex work with SvelteKit.
https://docs.convex.dev/quickstart/nodejs
Node.js Quickstart | Convex Developer Hub
Add Convex to a Node.js project
3 Replies
Yeah! You can make requests to Convex with the http client. We don’t have an official client library for Svelte yet.
OK, let me check it out. I just studied Supabase and trying to do real-time streaming with it but it's a headache to update frontend state using data gotten from Supabase real-time events (e.g. update, insert, delete, etc) and also Supabase real-time actually have high latency, not sure why. So let me check if convex will solve it.
BTW, I just found Convex from this page: https://vercel.com/guides/publish-and-subscribe-to-realtime-data-on-vercel
So many realtime providers in there but the one that replaces the database sounds exciting to me so that's why I'm here.
Vercel Documentation
How to Add Realtime Communication on Vercel Applications
Learn how to integrate realtime communication to your Vercel application using providers like Ably or Supabase.