使用HTML/JS/CSS创建GUI应用:slfsrv
slfsrv 是一个可执行程序让你使用 HTML、JS 和 CSS 来创建 GUI 应用,并启动默认的浏览器打开应用。使用 JS 来访问本地计算机系统、文件和可执行程序。
主要特性:
-
Run as server to deliver local HTML/CSS/JS in a local browser, as a localhost app.
-
Provide JS API for access to the local computer system, including: data storage, file and directory read/write, unpacking of bundled data (including other executables), and ability to execute other programs.
-
Run the same applications from within Windows, Mac/OSX, and Linux.
-
Bundle applications into either single-file "slfsrv" files, or compile into standalone executables. (Note, a Mac user can create a standalone Windows or Linux executable, and vice versa).
-
Blur the lines between what runs on the web, and what runs on the local machine. (i.e. no longer must I launch a browser to run certain kinds of tasks, and some local start shell to run local tasks, when now they can all launch from the browser).