Sugar Network/Concept: Difference between revisions
No edit summary |
|||
| Line 394: | Line 394: | ||
The particular technical implementation is tailored by the following decisions: | The particular technical implementation is tailored by the following decisions: | ||
# Using Web technologies to implement the | # Client side functionality is split into DBus service and frontends; | ||
# Keep | # Frontends are lightweight to let it possible to implement new frontend in fast manner, or, use DBus service partially in, e.g., Sugar activities; | ||
# Using Web technologies to implement the default frontend; | |||
# Local Web application serve only one user and are much simpler than singular applications that are intended to serve thousands of users simultaneously; | # Keep default frontend as a local Web application on a client side, it sounds converse regarding the #3 decision but this decision is based on: | ||
# Having simple and clean designed (see the previous point), it will be easy for doers to learn, change, reimplement the front end | #* Local Web application serve only one user and are much simpler than singular applications that are intended to serve thousands of users simultaneously; | ||
#* Having simple and clean designed (see the previous point), it will be easy for doers to learn, change, reimplement the front end. | |||
== Todo == | == Todo == | ||