tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

Tarantool Cartridge? #135

Open makorne opened 4 years ago

makorne commented 4 years ago

It would be great to have Tarantool Cartridge example for this module.

hpvd commented 3 years ago

+1

knazarov commented 3 years ago

Tarantool cartridge has support for https://github.com/tarantool/http/, which is high performance enough for most users. In our tests, it can handle more than 10k rps per core, in addition to business logic. So you may want to take a look at that.