使用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).