Prisma Pulse discontinued - realtime alternatives?
With Pulse being discontinued, I'm looking for other solutions that can provide realtime updates for Postgres/Neon. Is there anything else out there that I might've missed?
5 Replies
flat-fuchsia•7mo ago
Ably LiveSync is a similar architecture I believe
flat-fuchsia•7mo ago
Real-time comments with Ably LiveSync and Postgres
A demo of how Ably LiveSync can be combined with a Serverless Postgres to power real-time comments.
flat-fuchsia•7mo ago
the code is open source + we have a post explaining on what's going behind the scenes - https://neon.tech/guides/real-time-comments
Neon
Building Real-Time Comments with a Serverless Postgres - Neon Guides
A guide to building your own real-time comments in a Next.js application with Ably LiveSync and Postgres.
continuing-cyanOP•7mo ago
Thanks! Seems like a ton of boilerplate code for simple notifications that would have to be modified separately from the Prisma schema...
flat-fuchsia•7mo ago
Ah you're still using Prisma as the ORM, let me think of something.
@xeno wdyt of https://github.com/porsager/postgres?tab=readme-ov-file#realtime-subscribe ?