-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestexperimentAs the name suggests, trial and error are normal.As the name suggests, trial and error are normal.
Description
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.

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.
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestexperimentAs the name suggests, trial and error are normal.As the name suggests, trial and error are normal.