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.