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.

Liveblocks: Add real‑time collaboration to your product in minutes

95 pointsby mxstbralmost 4 years ago

10 comments

stevenfabrealmost 4 years ago
Hi Hacker News,<p>My co-founder (Guillaume Salles) and I started making an online collaborative video presentation software. But instead of focusing on the core mechanics of the tool, we realized pretty quickly that we were spending a majority of our time figuring out how to handle real‑time collaboration.<p>A lot of questions had to be answered. What should happen when there are many people concurrently editing the same piece of data? Should all data even be handled the same way? What about people on slow connections? The list goes on.<p>We tried existing solutions, but none really stacked up for what we were trying to do. That’s when we decided to build our own. Liveblocks was born :)<p>We&#x27;ll be around all day to answer any questions you have about Liveblocks — ask us anything!<p>Thanks, Steven
评论 #27995962 未加载
评论 #27996944 未加载
Gysalmost 4 years ago
I watched the 1 min intro video, but still have no idea what it actually does. Why I should add this to my website. A simple demo video instead of all the marketing might work better?
评论 #27996066 未加载
评论 #27996636 未加载
selfer564almost 4 years ago
Congratulations on the launch, it looks great!<p>Just from a curiosity standpoint, how does this compare to something like <a href="https:&#x2F;&#x2F;replicache.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;replicache.dev&#x2F;</a>
评论 #27997868 未加载
toinbisalmost 4 years ago
Congrats on launch! Super cool product and I feel like trying it out in the SaaS i&#x27;m building. Few initial questions:<p>`Our multiplayer WebSocket servers live on the edge` -&gt; from your Jobs page I realised that you use AWS. Does that mean that it&#x27;s AWS cloud that you&#x27;re using? Have you considered using Cloudflare Durable Objects(DO) for infrastructure - what are the thoughts for DO suitability for your use case (besides it currently being in beta phase)?<p>Congrats once again on shipping something world needed badly!<p>Upd: removed the question which was a bit illogical :)
评论 #27998128 未加载
评论 #27998674 未加载
jkarnegesalmost 4 years ago
Congrats on the launch!<p>I work in the &quot;realtime&quot; space too (founder of Fanout, low level push infra).<p>Liveblocks looks like it&#x27;s somewhere between Firebase and Sendbird, providing live updates and state management, but for specific use-cases and stopping short of the UI. I haven&#x27;t seen too many products operating at that level of abstraction, so maybe you&#x27;re on to something. I also like how you solve for more use-cases than chat, the dominant &quot;block&quot; in the market.
likecarteralmost 4 years ago
Wow. Something I’ve really had a need for recently. It’s a hard technical problem, so I wouldn’t be surprised if this takes off.
bamazizialmost 4 years ago
There are a lot of live sharing&#x2F;working&#x2F;... coming out these days.<p>FYI: Your cursor examples uses x&#x2F;y explicit coordinates where as people using different screen sizes and resolutions wouldn&#x27;t see proper mouse cursor location. Rather it should be x&#x2F;y relative coordinates.<p>example x: 35%, y:12% (top left corner to bottom right corner)
评论 #27997553 未加载
FractalHQalmost 4 years ago
I use YJS webrtc with Svelte for my p2p collaborative IDE and it’s awesome. Do you guys do any p2p stuff like that? Also, maybe reach out to Spline founder, he just launched the web version of his “Figma but 3D” app that wraps ThreeJS in a GUI tool and has been gaining traction fast.
the_arunalmost 4 years ago
May be a common question you might have used to - When most of the editors already support collaborations For eg. VSCode (<a href="https:&#x2F;&#x2F;visualstudio.microsoft.com&#x2F;services&#x2F;live-share&#x2F;" rel="nofollow">https:&#x2F;&#x2F;visualstudio.microsoft.com&#x2F;services&#x2F;live-share&#x2F;</a>), IntelliJ(<a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;help&#x2F;idea&#x2F;code-with-me.html#work_host" rel="nofollow">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;help&#x2F;idea&#x2F;code-with-me.html#work_h...</a>), why someone will use LiveBlocks?
评论 #27998204 未加载
sghosh2almost 4 years ago
Solving a tough technical problem that a lot of teams struggle with. Awesome to see!