mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-30 00:00:13 +01:00
Update README.md
This commit is contained in:
parent
11418cc6e5
commit
dcbb76b8d2
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -2,13 +2,11 @@
|
|||
|
||||
## Description
|
||||
|
||||
This is VILLASweb, the website displaying and processing simulation data in the web browser.
|
||||
The term _frontend_ refers to this project, the actual website.
|
||||
This is VILLASweb, the website displaying and processing simulation data in the web browser. The term __frontend__ refers to this project, the actual website.
|
||||
|
||||
The frontend connects to _two_ backends: VILLASweb-backend and VILLASnode.
|
||||
The frontend connects to __two__ backends: _VILLASweb-backend_ and _VILLASnode_.
|
||||
|
||||
VILLASnode provides actual simulation data via websockets.
|
||||
VILLASweb-backend provides any other data like user acounts, simulation configuration etc.
|
||||
VILLASnode provides actual simulation data via websockets. VILLASweb-backend provides any other data like user acounts, simulation configuration etc.
|
||||
|
||||
For more information on the backends see their repositories.
|
||||
|
||||
|
@ -16,9 +14,7 @@ For more information on the backends see their repositories.
|
|||
|
||||
The frontend is build upon [ReactJS](https://facebook.github.io/react/) and [Flux](https://facebook.github.io/flux/).
|
||||
|
||||
React is responsible for rendering the UI and Flux for handling the data and communication with the backends.
|
||||
|
||||
For more information also have a look at REACT.md
|
||||
React is responsible for rendering the UI and Flux for handling the data and communication with the backends. For more information also have a look at REACT.md
|
||||
|
||||
Additional libraries are used, for a complete list see package.json.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue