gizak / termui

Golang terminal dashboard
MIT License
13.14k stars 787 forks source link

Any idea to make termui works in Web? #120

Closed nifflin closed 5 years ago

nifflin commented 7 years ago

Web UI is widely used, and independent with terminal, you can access the UI in anytime after app started. But web page is hard to design for backend developers. If termui can be used in terminal and web, that will be wonderful.

Any solution for this?

CuberL commented 7 years ago

How about using docker and codetainer?

promix17 commented 7 years ago

https://github.com/yudai/gotty works quite well for sharing termui via Web

cjbassi commented 5 years ago

+1 for gotty. Termui doesn't have any plans native web functionality atm.