An open API service indexing awesome lists of open source software.

https://github.com/jagenjo/liteos.js

Very simple browser operative system in javascript. Applications are executed in Workers.
https://github.com/jagenjo/liteos.js

Last synced: 3 months ago
JSON representation

Very simple browser operative system in javascript. Applications are executed in Workers.

Awesome Lists containing this project

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.