Atomic-OS
Atomic-OS copied to clipboard
Atomic OS: A self-contained microsystem & JavaScript RIA/SPA library.
...der" and "removeChildFolder" methods to netfs.js. modify "init", "addFile" and "removeFile" in netfs.js. Add case: cmd == "folder" add case: subcmd == "create" and subcmd == "delete" to netdevice.php. Don't...
Implement a shell loader so developers (and/or users) can choose from multiple command interpreters. (Much like a boot loader can select an OS or Kernel)
Implement Basic HxLib features: - Multi-channel PubSub - DOM / JQuery Element Wrappers ("widgets") - Basic Windows - Basic Window Management
Implement a Virtual File System. Files should be implemented as JavaScript objects that can be serialized directly to JSON. VFS should be capable of reading from and writing to DIV's...
Implement VFS nodes that communicate via WebSockets and/or XMLHttpRequest objects on read/write operations.
Implement P2P nodes that communicate via PeerConnections objects on read/write operations.