Categories: None [Edit]

ruvoy

https://rubygems.org/gems/ruvoy
https://github.com/CodePrometheus/ruvoy
Ruvoy is a Ruby application runtime inside Envoy. It loads an ordinary rackup into a CRuby VM embedded in a dynamic module and answers requests as a terminal HTTP filter, so a request reaches Rack as owned data rather than over a second HTTP connection to a separate application server. HTTP/1.1, HTTP/2, TLS, timeouts and the downstream connection lifecycle stay with Envoy. Scheduler-aware Ruby I/O overlaps on fibers; CPU-bound Ruby does not run in parallel, since the process holds one VM.

Total

Ranking: 196,041 of 196,721
Downloads: 258

Daily

Ranking: 19,067 of 196,694
Downloads: 10

Depended by

RankDownloadsName

Depends on

RankDownloadsName
121,344,201,004rack
98252,949,718async

Owners

#GravatarHandle
1iconzixin