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.

Build a realtime liveblog with RethinkDB and PubNub

19 pointsby TheMissingPieceabout 10 years ago

2 comments

nacsabout 10 years ago
Using a locally-hosted database to send a realtime feed up to a remote Pubnub server to have Pubnub send data back down to your visitors seems unnecessarily complex.<p>There are plenty of standalone websocket (relay) servers if your language of choice doesn&#x27;t implement Websockets well. Also if you&#x27;re using nginx, you have built-in modules like pushstream that can handle it from the nginx side.<p>Considering the biggest selling point of RethinkDB is to provide realtime updates faster than other solutions, putting Pubnub is not just slowing the real-time system down but adding extra monetary cost.
评论 #9584465 未加载
cdnsteveabout 10 years ago
While I love technical articles such as this it saddens me there is always a gap providing a working example. All code an no visuals mean most people won&#x27;t try it. Please give us a URL to play with, or at minimum, animated gif to see this. I often find this with well written technical articles, open source projects, etc. Folks are excited to go over code detail but never show us the <i>demo</i>. You&#x27;ll get more uptake since the hard work is already done!
评论 #9584328 未加载