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.

LuckysheetServer – Google Sheets-like realtime collaborative spreadsheet

100 pointsby alexliu518over 4 years ago

7 comments

alexliu518over 4 years ago
Hi HN,<p>I am the author of the open source spreadsheet Luckysheet. Luckysheet&#x27;s github repository has won 6K+ star in 5 months. Thank you for your love.<p>This time we opened the java backend to support collaborative editing.<p>Demo - <a href="http:&#x2F;&#x2F;luckysheet.lashuju.com&#x2F;demo&#x2F;" rel="nofollow">http:&#x2F;&#x2F;luckysheet.lashuju.com&#x2F;demo&#x2F;</a><p>1. After the user operates, the data is distributed quickly<p>2. Simple configuration, one-click Docker deployment<p>3. Support secondary development<p>4. Apache-2.0 License<p>Links:<p>Luckysheet - <a href="https:&#x2F;&#x2F;github.com&#x2F;mengshukeji&#x2F;Luckysheet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mengshukeji&#x2F;Luckysheet</a><p>LuckysheetServer - <a href="https:&#x2F;&#x2F;github.com&#x2F;mengshukeji&#x2F;LuckysheetServer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mengshukeji&#x2F;LuckysheetServer</a><p>Welcome to communicate if you have any questions :)
评论 #25263124 未加载
评论 #25267620 未加载
评论 #25263837 未加载
alexliu518over 4 years ago
Thank you for your attention. Luckysheet online DEMO is only for testing. Please be sure not to upload any uncomfortable content. Thanks again everyone
评论 #25266189 未加载
wonderfulyover 4 years ago
What conflict resolving algorithm do you use? OT or CRDT? I didn&#x27;t see it mentioned anywhere
评论 #25265190 未加载
tomcamover 4 years ago
Congratulations on some incredible work, Alex. Are you considering going into the hosting business? Seems like a logical progression.
Despacito2019over 4 years ago
This is so very cool, why is it named lucky tho ? Just wondering.
评论 #25265814 未加载
interactivecodeover 4 years ago
@alexliu518 do you have an example for a Vue.js + Node.js backend with simple saving and updating? Is this possible or do I need to run the Java backend + services?
评论 #25265793 未加载
Hittonover 4 years ago
Really impressive. Especially considering how small the developer team is.