Update architecture.md
This commit is contained in:
parent
a4f36c7ed4
commit
ce1968a1b6
@ -90,12 +90,16 @@ Thanks to our architecture, it's now far better:
|
||||
|
||||
It's really easy to plug other modules to XO-server, and extend or adapt the solution to your needs (see XO-web and XO-cli for real examples).
|
||||
|
||||
### ACLs
|
||||
#### ACLs
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### API
|
||||
|
||||
An API is available to communicate directly with XO-Server. This part will be developed later.
|
||||
|
||||
### NodeJS under the hood
|
||||
|
||||
[NodeJS](https://en.wikipedia.org/wiki/Nodejs) is a software platform for scalable server-side and networking applications. It's famous for its efficiency, scalability and its asynchronous capabilities. Exactly what we need! Thus, XO-server is written in JavaScript.
|
||||
|
Loading…
Reference in New Issue
Block a user