From d13baf16daf737b483365fb02e1532016030ec94 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Mon, 26 Feb 2018 11:02:27 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dedd28d..eac94c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# antos -Simple web os (client side) based on jQuery and Riot, it is designed to be used along with our antd server and Lua based server side app, but can be adapted to be used with any server side languages (PHP, etc) and server, by implementing all the system calls API defined in core/handlers/RemoteHandler.coffee. Basically, application design for the web os (packages/ or services/) relies on these system calls for communicating with the server. In doing so, the entire application can be developped with coffee/javascript/css without the need of a server side script. +# antOS +Server or Embedded Linux are often headless, so accessing the resource on these systems is not always obvious. The aim of this project is to develop a client core API that provides a desktop like experience to remotely access resource on the server using web technologies. AntOS is based on jQuery and Riot, it is designed to be used along with our antd server and Lua based server side app, but can be adapted to be used with any server side languages (PHP, etc) and server, by implementing all the system calls API defined in core/handlers/RemoteHandler.coffee. Basically, application design for the web os relies on these system calls for communicating with the server. The API defines the core UI, system calls (to server), Virtual File system, virtual database and the necessary libraries for easing the development of webOS's applications. Applications can be developped with coffee/javascript/css without the need of a server side script. Note that, the development of the project is in early alpha state, so bugs are very welcome :)