TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to start with developing distributed applications

3 点作者 acidity超过 5 年前
This is similar to topics like: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20765553<p>I am a full stack and general software developer (have developed various Desktop apps using Win32 APIs).<p>After move to web development (backend, frontend, infra etc) and using various distributed apps (Kafka, Redis etc), I am a bit curious how does one start developing such apps.<p>I know you have to apply some sort consensus protocols (e.g. RAFT) but I could not find any practical tutorial in it.<p>How would one go about learning this? I know I can always try and read various tools code but I was more hoping if there is some tutorial&#x2F;book where the author&#x2F;developer has implemented a tiny&#x2F;toy project to show how they work.<p>Thanks.

1 comment

aries185超过 5 年前
One place to start is Chris Richardson&#x27;s <a href="http:&#x2F;&#x2F;microservices.io" rel="nofollow">http:&#x2F;&#x2F;microservices.io</a>