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.
- Host: GitHub
- URL: https://github.com/jagenjo/liteos.js
- Owner: jagenjo
- Created: 2013-10-29T21:33:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T01:12:11.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T18:35:49.098Z (over 1 year ago)
- Language: PHP
- Size: 285 KB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.