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

try to making virtual terminal #192

Open
FarrelAD opened this issue Jul 23, 2024 · 0 comments
Open

try to making virtual terminal #192

FarrelAD opened this issue Jul 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request experiment As the name suggests, trial and error are normal.

Comments

@FarrelAD
Copy link
Owner

FarrelAD commented Jul 23, 2024

At the previous experiment, I can make our Java ATM program work in the website. But, it still got problem. The program can not be executed properly. CheerpJ only can make our program display to the browser console. Any input mechanism that we have made can not work. Browser can not send user input in its console to Java program.
Screenshot result Java-CheerpJ in browser console

Solution
After little research, I try to use a crazy idea that to make a virtual terminal in website. I hope with virtual terminal, our Java program can run like in native terminal. Any input and output process can be done properly.
Xterm.js is the answer for this problem. For now and next day, I try to make virtual terminal using Xterm. I hope it can work according to my expectations.

@FarrelAD FarrelAD added enhancement New feature or request experiment As the name suggests, trial and error are normal. labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experiment As the name suggests, trial and error are normal.
Projects
None yet
Development

No branches or pull requests

3 participants