Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PHP App Server to Real-world uses section. #2043

Merged
merged 1 commit into from
May 8, 2019
Merged

Added PHP App Server to Real-world uses section. #2043

merged 1 commit into from
May 8, 2019

Conversation

cubiclesoft
Copy link
Contributor

I realize my addition is longer (line length) than the other entries. I can remove the ExecTerminal, TerminalManager, and RunProcessSDK bit if you want.

The relevant components' source code is here:

https://github.com/cubiclesoft/php-app-server/blob/master/www/support/run-process/run_process.js

I recall seeing at least one issue on this issue tracker where it is mentioned that the primary project goal is terminal emulation but that doing what ExecTerminal does is certainly possible. Most of the use cases definitely seem to be focused on the SSH universe, which is cool. ExecTerminal transforms Terminal into a kind of a single-process backend monitoring thing with full ANSI escape code and process control support, which enables some interesting use-cases. TerminalManager and RunProcessSDK provide the other bits of glue to actually connect everything up to a WebSocket but I tried to make all three components isolated in their own universes (but certainly compatible with each other) so that users don't have to use PHP App Server to use any of them (i.e. they could extract one or more components for use with Node or whatever).

While I'm pretty sure what I'm doing is a fairly unique usage of XTerm.js, I can certainly remove that second sentence if it is too long. Let me know.

@Tyriar Tyriar added this to the 3.13.0 milestone May 8, 2019
Copy link
Member

@Tyriar Tyriar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

np, fine by me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants