Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 571 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 571 Bytes

emberCore

Ember is an universal middleware for distributed memory stores to balance the load of cluster dynamically. The whole project consists of three parts: ember-server, ember-client and ember-monitor.
architecture

  • ember-server is the core of project, which acts as an universal middleware;
  • ember-client is the client for users;
  • ember-monitor is a global monitor to collect the load information of the cluster.