TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Real-time updates to Meteor from Postgres

8 pointsby paulsbabout 12 years ago

1 comment

debergalisabout 12 years ago
[meteor dev] This is very cool, especially the use of NOTIFY.<p>I have a different approach on a branch where I drive a Meteor.publish directly by polling postgres, instead of using an intermediate server-side MongoDB collection. Need to package that up and get it out.