文件名称:node-pyserver-bin:一个 nodejs 模块,用于启动 python 网络服务器以进行本地 cgi 测试
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-26 06:29:28
JavaScript
节点-pyserver-bin 0.1.0 Node.js 包装器,它使基本的 python 服务器作为本地依赖项无缝可用。 pyserver 是 python 网络服务器,用于本地测试和运行用 python 编写的 cgi 应用程序。 安装 使用 npm npm install --save git://github.com/gterranova/node-pyserver-bin.git : npm install --save git://github.com/gterranova/node-pyserver-bin.git 示例用法 var execFile = require ( 'child_process' ) . execFile ; var pyserverPath = require ( 'node-pyserver-bin' ) . path ; execFi
【文件预览】:
node-pyserver-bin-master
----lib()
--------pyserver.js(417B)
----.gitignore(3KB)
----readme.md(822B)
----bin()
--------pyserver.js(241B)
----package.json(2KB)
----vendor()
--------util.py(3KB)
--------monitor.py(3KB)
--------CGIHTTPServer.py(11KB)
--------__init__.py(0B)
--------pyserver.py(12KB)
--------pyservergui.pyw(5KB)
--------pyservergui.py(5KB)