browsix icon indicating copy to clipboard operation
browsix copied to clipboard

Is the project still active?

Open aleksandrlat opened this issue 4 years ago • 2 comments

Is there an active fork or alternative?

aleksandrlat avatar Jul 06 '21 20:07 aleksandrlat

i made some progress in https://github.com/milahu/browsix

i tried to use web-components, but they never render, window.customElements.get("browsix-terminal") always returns undefined. now im using solidjs and it just works. much easier for debugging

todo: compile *.ts "binaries" in src/bin/ with target=node mount binaries as network-filesystem (browserfs XmlHttpRequest) maybe port binaries to latest node version (node 6 to node 19) make the shell work add more binaries: npm, pnpm, vite, ... start a devserver, show result in iframe add some IDE: codesandbox, vscode, alm, webmaker ... should integrate with git add some SVG editor: boxy svg, ... maybe implement a copy-on-write filesystem (btrfs on indexeddb) make it self-hosted = app can modify its own code, allow rollback to old versions

ultimate goal: create an open-source version of https://github.com/stackblitz/webcontainer-core

milahu avatar Dec 10 '22 19:12 milahu