文件名称:fateserver-node:基于 Node.js 的命运服务器
文件大小:87KB
文件格式:ZIP
更新时间:2024-06-22 09:18:23
JavaScript
命运服务器节点 这是用于 FATE、FFmpeg 自动测试环境 (FFmpeg) 或 FATE 自动测试环境 (Libav) 的基于 Node.js 的服务器。 它是用 Express.js、EJS(嵌入式 Javascript)和一些其他模块编写的。 它面向性能(与旧的基于 Perl CGI 的命运服务器相比)和可扩展性(干净的 JS 代码和 EJS 模板)。 为什么不是玉? 干净多了... 这并不是说打扫得比EJS,但慢了很多(最高16倍速的速度较慢在我的测试没有缓存,即更慢比老fateserver)。 如果启用缓存并禁用with(){}语法,我的测试表明它慢了 1.7 倍。 在玉枝上亲眼看看(仅移植历史页面)。 FooTable 版本 命运服务器节点使用 MIT 许可的 FooTable 库。 但是,它没有 npm 包,因此任何更新都必须手动完成。 当前在源代码树中的 Fo
【文件预览】:
fateserver-node-master
----fate-recv.sh(3KB)
----bin()
--------www(371B)
----package.json(1KB)
----less()
--------footable.core.less(4KB)
--------fate.less(5KB)
----routes()
--------log.js(2KB)
--------index.js(4KB)
--------report.js(2KB)
--------api.js(2KB)
--------history.js(2KB)
----app.json(255B)
----LICENSE(1KB)
----jsdoc.json(457B)
----views()
--------history.ejs(4KB)
--------footer.ejs(701B)
--------header2.ejs(3KB)
--------index.ejs(4KB)
--------header1.ejs(71B)
--------report.ejs(8KB)
--------error.ejs(318B)
--------header3.ejs(75B)
----.gitignore(19B)
----lib()
--------timestamp.js(2KB)
--------parse.js(11KB)
--------util.js(1KB)
--------sort.js(3KB)
--------cache.js(508B)
----public()
--------css()
--------js()
----STYLE.md(418B)
----app.js(3KB)
----.codeclimate.yml(95B)
----README.md(2KB)
----.jshintrc(71B)
----build.sh(586B)