jquery 连接到远程主机的终端
jquery terminal to connect to remote host
我是 Jquery
终端的新手。我可以使用它通过网络浏览器连接到远程 unix/linux
主机吗?我找不到这方面的例子,你有什么例子吗?即使 angular.
中有内容,我也很感兴趣
Can i use this to connect to remote unix/linux host though web
browser?
没有.
JQuery Terminal Emulator is a plugin for creating command line
interpreters in your applications. It can automatically call JSON-RPC
service when user type commands or you can provide an object with
methods, each method will be invoke on user command. Object can have
nested objects which will create nested interpreter. You can also use
a function in which you can parse user command by your own. It′s ideal
if you want to provide additional functionality for power users. It
can also be used as debuging tool.
我是 Jquery
终端的新手。我可以使用它通过网络浏览器连接到远程 unix/linux
主机吗?我找不到这方面的例子,你有什么例子吗?即使 angular.
Can i use this to connect to remote unix/linux host though web browser?
没有.
JQuery Terminal Emulator is a plugin for creating command line interpreters in your applications. It can automatically call JSON-RPC service when user type commands or you can provide an object with methods, each method will be invoke on user command. Object can have nested objects which will create nested interpreter. You can also use a function in which you can parse user command by your own. It′s ideal if you want to provide additional functionality for power users. It can also be used as debuging tool.