文件名称:jsterm:使用Node.js和xterm.js制作的终端模拟器
文件大小:41KB
文件格式:ZIP
更新时间:2024-06-15 10:18:55
JavaScript
jsterm jsterm是由Node.js和xterm.js组成的终端模拟器。 要求 文献资料 入门 使用npm安装jsterm: $ npm install jsterm 您现在可以像这样使用jsterm: let Terminal = require ( 'jsterm' ) let term = new Terminal ( 1337 ) // localhost:1337 - Default shell term . add ( 'cmd.exe' ) // localhost:1337/cmd.exe term . add ( 'bash.exe' ) // localhost:1337/bash.exe term . add ( 'node.exe' ) // localhost:1337/node.exe term . listen ( ) console .
【文件预览】:
jsterm-master
----example()
--------index.js(1KB)
--------custom-terminal()
----index.js(771B)
----package.json(761B)
----LICENSE(34KB)
----package-lock.json(26KB)
----src()
--------server()
--------jsterm.js(2KB)
--------public()
----.npmignore(20B)
----.gitignore(62B)
----README.md(2KB)