How to invoke Linux command with JavaScript

后端 未结 3 781
盖世英雄少女心
盖世英雄少女心 2021-01-22 05:41

I am new in JavaScript, and now I want to run a Linux application in JavaScript and show the result in a web page. It all happens in client without a server. But for security is

3条回答
  •  無奈伤痛
    2021-01-22 06:13

    Maybe Node-webkit is what you want.

    It allows you to easily create a desktop application in javascript and access "low-level" stuff so you can run commands, without the need of an http server.

提交回复
热议问题