Skip to main content

7 docs tagged with "distributed systems"

View All Tags

Actor Model

The actor model is not just good for concurrent programming but also for distributed systems as the actors can be on different systems and still communicate with each other.

RESTful APIs

REST stands for "Representational State Transfer" and is a architecture for distributed systems. The term REST originated in Roy Fielding's PhD in 2000 who was one of the main authors of the HTTP protocol specification. REST does not enforce any rules regarding how it should be implemented however it does define some design guidelines/constraints that should be followed if the system is to be truly RESTful.