Model of concurrent computation| en.wikipedia.org
popular consistency models in distributed systems| System Design
service discovery is the process of retrieving the list of instances of a service provider for interaction between service consumers and the server provider| System Design
The Web API is an RPC-style collection of methods that either yield information about Slack workspaces or allows your app to enact change within them. Learn how to formulate requests it will understand.| Slack API
The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code. The security model used for this is the origin-based security model commonly used by web browsers. The protocol consists of an opening handshake followed by basic message framing, layered over TCP. The goal of this technology is to provide a mechanism for browser-based applications that need two-way commun...| IETF Datatracker