[ 源代码: thin ]
软件包:thin(1.7.2-1)
fast and very simple Ruby web server
Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history:
* the Mongrel parser, the root of Mongrel's speed and security * Event Machine, a network I/O library with extremely high scalability, performance and stability * Rack, a minimal interface between webservers and Ruby frameworks
Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server bundled in an easy to use package for your own pleasure.
其他与 thin 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.2.5) [amd64]
- dep: libc6 (>= 2.3.6-6~) [i386]
- dep: libc6 (>= 2.4) [armhf]
-
- dep: libgmp10
- 多精度运算库
-
- dep: libruby2.5 (>= 2.5.0~preview1)
- Libraries necessary to run Ruby 2.5
-
- dep: ruby (<< 1:2.6~)
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- dep: ruby (>= 1:2.5~0)
-
- dep: ruby-daemons (>= 1.0.9)
- Ruby daemons library
-
- dep: ruby-eventmachine (>= 1.0.4)
- Ruby/EventMachine library
-
- dep: ruby-rack (<< 3)
- modular Ruby webserver interface
- dep: ruby-rack (>= 1)