# liteos.js **Repository Path**: hi_xiaohu/liteos.js ## Basic Information - **Project Name**: liteos.js - **Description**: Very simple browser operative system in javascript. Applications are executed in Workers. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-11 - **Last Updated**: 2021-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README liteos.js ========= LiteOS.js is a lightweight OS for the browser, coded purely in Javascript. In looks like a basic UNIX terminal. There is no server side component. The applications are executed is WebWorkers to ensure a basic layer of security. It comes with a basic API so applications can control the log. Some modules are being code to have server-side interface but right now it is just client-side. The purpose of this project is to study how OS works and to try some new ideas related to Web applications.