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.

It's client-server not client/server

2 pointsby dominuskelvinover 1 year ago

1 comment

austin-cheneyover 1 year ago
When exclusively moving from HTTP to WebSockets the only difference between client and server is that a server has an event listener running to listen for socket connections. In a distributed model everyone is both a client and a server where the role is dictated by who initiates to connection. This is the model used by git, which is why git uses term <i>local&#x2F;remote</i> instead of <i>client&#x2F;server</i>.
评论 #39011281 未加载