os-js / OS.js

OS.js - JavaScript Web Desktop Platform
https://www.os-js.org/
Other
6.89k stars 822 forks source link

Add more developer tools #780

Open dmenezesgabriel opened 3 years ago

dmenezesgabriel commented 3 years ago

Just an Idea,

Those apps integrated with OS.js would be something awesome!

Terminal: https://xtermjs.org/

Jupyter Lab (WebAssembly): https://jupyterlite.readthedocs.io/en/latest/

Python (WebAssembly): https://github.com/pyodide/pyodide

andersevenrud commented 3 years ago

There's actually an xterm application :)

https://github.com/os-js/osjs-xterm-application

As for Jupyter and Python, those seem to be quite straight forward to embed as OS.js applications. I currently don't have time to look into this, but if you wanna look into it then feel free to do so.