Design - Distributed feature
Devapt provides a distributed infrastructure of nodes with a master configuration pushed on others nodes.
Nodes communicate between them with messages passing.
Each node corresponds to a Node instance and provides one or more servers.
Eache server provides one ore more services.
A simple application can have one node with one server.
A more complex application can have several nodes on one ore more host and each node can have one ore more servers.
Distributed feature can help to create micro-services based application.
Description
Devapt provides a distributed infrastructure of nodes with a master configuration pushed on others nodes.
Nodes communicate between them with messages passing.
Each node corresponds to a Node instance and provides one or more servers.
Eache server provides one ore more services.
A simple application can have one node with one server.
A more complex application can have several nodes on one ore more host and each node can have one ore more servers.
Distributed feature can help to create micro-services based application.
Status
The nodes, servers and services are ready for use.
The messaging bus is ready too but it sould be tested on many host.
To finish: push configuration.
Need Test, Optimization and code review.
For Devapt users:
Coming soon.
For Devapt contributers:
Coming soon.