Go to file
2018-01-26 18:57:28 +01:00
src app launcher 2018-01-26 18:57:28 +01:00
.gitignore add base api and gui 2017-08-07 00:49:24 +02:00
Makefile VFS 2018-01-23 18:16:41 +01:00
README.md Update README.md 2018-01-04 12:14:04 +01:00
screenshot.png add screenshot 2018-01-04 11:52:57 +01:00

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.

Note that, the development of the project is in early alpha state, so bugs are very welcome :)

Screenshot