Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timothygu/fateserver-node
Node.js-based fateserver
https://github.com/timothygu/fateserver-node
Last synced: 4 days ago
JSON representation
Node.js-based fateserver
- Host: GitHub
- URL: https://github.com/timothygu/fateserver-node
- Owner: TimothyGu
- License: other
- Created: 2014-10-23T04:19:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T06:31:42.000Z (over 9 years ago)
- Last Synced: 2024-11-02T13:33:55.486Z (about 2 months ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fateserver-node
===============[![Dependency Status](https://img.shields.io/david/TimothyGu/fateserver-node.svg?style=flat)](https://david-dm.org/TimothyGu/fateserver-node)
This is a Node.js-based server for FATE, the FFmpeg Automated Testing
Environment (FFmpeg) or FATE Automated Testing Environment (Libav). It is
written with Express.js, EJS (Embedded Javascript) and a few other modules. It
is geared towards performance (compared to the old Perl CGI-based fateserver)
and extensibility (clean JS code and EJS templates).Why Not Jade? It's so much cleaner...
-------------------------------------It is not *that* cleaner than EJS, but a lot slower (up to 16x slower in my
test without caching, i.e. even slower than the old fateserver).If caching **is** enabled, and `with(){}` syntax is disabled, my tests show
that it is 1.7x slower.See for yourself in the jade branch (only history page ported).
FooTable Version
----------------fateserver-node uses the MIT-licensed FooTable library. However, it does not
have an npm package, so any update must be done manually.The version of FooTable currently in the source tree is **2.0.3**.
However, the FooTable in the source tree is not vanilla from the source. On the
stylesheet part, the font loading routine is removed, and all font glyphs used
by fateserver-node are redirected to the prettier FontAwesome glyphs in
`public/css/footable.custom.css`.On the JavaScript part, a [patch](https://github.com/TimothyGu/fateserver-node/commit/5684db8648f457e5358127f0543e701436a36af0)
is applied to greatly improve performance.Prism Version
-------------The Prism bundled with this copy of fateserver-node is generated on 2015-04-09
from http://prismjs.com/download.html?themes=prism&languages=git&plugins=line-numbersTODO
----1. Add proper compiler name parsing instead of showing
"(Ubuntu 4.8.2-19ubuntu1)"
2. Minirep/minilog
3. properly support error in configuration
4. Convert to promisesBefore Sending Patches
----------------------1. `xz -8`