Skip to content
Home » Articles

Articles

Actor-oriented programming

Actor-oriented programming is a form of object-oriented programming that adds scalability and availability to monolithic applications. It provides the basis for creating milliservices and makes it possible create and invoke virtual actors as if they were just regular local objects.

The milliservice architecture

The milliservice architecture is the modern way of developing scalable, redundant software solutions. It combines the scalability and availability of microservices with the ease of implementation, debugging and deployment of traditional monolithic applications.