简体   繁体   中英

Running terminal through the web browser

I'm struggling with some Web App recently and have a unusual question. Is it possible to access terminal via the web browser? Let's assume that I have a button, and when I press it I want to have new terminal window appear.

Any ideas?

If you are running the web app locally, you can tell your server (PHP, ASP.NET, ...) to launch on calling specific url (eg: http://localhost:8080/open/terminal ). You can even make a button click event to call that url in the background.

But that's dirty way of doing such things.

TIPS : If you wish to use web technology for desktop apps, use https://electronjs.org/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM