mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
5 lines
237 B
Plaintext
5 lines
237 B
Plaintext
Thin is a very simple web server written in Ruby. It's single-threaded,
|
|
which means it can only serve one request at a time. This simplicity
|
|
affords increased speed and decreased memory usage for singled-threaded
|
|
framework like Rails.
|