Update architecture.md

This commit is contained in:
Olivier Lambert 2015-11-11 13:49:00 +01:00
parent 6f24cd1a73
commit 52d5678c5d

View File

@ -21,4 +21,5 @@ Xen Orchestra itself is built as a modular solution. Each part has its role:
- the Web interface is in "[xo-web](https://github.com/vatesfr/xo-web)": you are running it directly in your browser. The connection with "xo-server" is done via *WebSockets*.
- "[xo-cli](https://github.com/vatesfr/xo-cli)" is a module allowing to send commands directly from the command line.
We already have other modules around it (like the LDAP plugin for example). It allows to use this modular architecture to add further parts later. It's completely flexible, allowing us to adapt Xen Orchestra in every existing work-flow.