GUI apps in javascript without a browser?

前端 未结 9 1748
眼角桃花
眼角桃花 2021-02-14 10:55

I would like to use javascript to develop general-purpose GUI applications. Initially these are to run on Windows, but I would like them to ultimately be cross-platform.

9条回答
  •  迷失自我
    2021-02-14 11:06

    You can use the rhino JavaScript interpreter from Mozilla. It allows JavaScript to access any of the Java libraries, including Swing for GUIs. http://www.mozilla.org/rhino/

提交回复
热议问题