-
Notifications
You must be signed in to change notification settings - Fork 2
How CokeCodes Works
Avdpro Pang edited this page Jan 27, 2022
·
2 revisions
CokeCodes makes your browser runs like a modern OS. The modern browsers indeed are very powerful run-time platforms. They implemented a advanced User Interface(DOM), a rapid code execution mechanism(Javascript, WASM), strong communication capabilities(http, WebSocket, post-message). But still, to work like a OS that runs development tool-chain, browser need some power ups:
- File System with cross tab/window access
- A Package System to extend system features
- Task(process) execution mechanism
- Process communication mechanism
Note: this page is under coding.