Comment on Ask HN: Best Way to Build MS-DOS-Style Text UI in the Browser?Comments−dlcarrier1yThe most popular GUI tool for terminals is called ncurses. There is a JavaScript implementation in a tool called Blessed.You can also find a lot of similar projects by searching for ncurses along with HTML or JavaScript or CSS.
Comments
The most popular GUI tool for terminals is called ncurses. There is a JavaScript implementation in a tool called Blessed.
You can also find a lot of similar projects by searching for ncurses along with HTML or JavaScript or CSS.