tarantool / nginx_upstream_module

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

MSGPack over HTTP(S) #65

Open dedok opened 7 years ago

dedok commented 7 years ago

Community suggests add new directive/feature which allow communicate with Tarantool with raw MSGPack. For instance, NginX waits for http header, the application/x-msgpack, and if it matches, then nginx sends raw MSGPack and nginx sends back raw MSGPack.

For details, see tarantool telegram group.