Is it possible to connect to SSH using JavaScript?

后端 未结 4 962
自闭症患者
自闭症患者 2020-12-28 15:15

I know there is an implementation of VNC using WebSockets (http://novnc.com) but that still requires a server. I am looking to create a simple client-side JavaScript only (n

4条回答
  •  独厮守ぢ
    2020-12-28 15:49

    It's definitely possible using a Linux emulator with full network support like the great OpenRISC emulator jor1k.

    Note that I've created browser-tools.net, a collection of in-browser tools from number of different projects.

提交回复
热议问题