jerch
jerch
@LEstradioto On a sidenote - you dont have to use websockets with xterm.js, you can also use good old request-response cycling with ajax/fetch long-polling. While it is not be as...
Hmm I just checked PHP corelibs and indeed - seems PHP has no support for spawning PTYs. Thats a bummer, it means that any PHP-related solution needs to be a...
> Quick question: Is there a way to reconnect to an existing process/PTY across requests? I tried using Symfony/Laravel Process to start a PTY, it worked, but couldn't figure out...
> For a future version of Terminal, we could consider: > > 2. Rewriting node-pty in PHP (would require expertise in both C and PHP) > 3. Replacing node websocket...
To me this seems to be a perfect wasm-simd candidate.