Skip to content

try to making virtual terminalΒ #192

@FarrelAD

Description

@FarrelAD

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.

Metadata

Metadata

Labels

enhancementNew feature or requestexperimentAs the name suggests, trial and error are normal.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions