Answer the question
In order to leave comments, you need to log in
Is there a module for converting HTTP requests to msgpack/JSON in Nginx?
There is a desire to make an HTTP handler application in X (arbitrary) language. The language can work with tcp/unix/pipe, process msgpack/json and issue it in response. It does not know how to work with HTTP (it is also not desirable to do support by hand).
The following chain lined up in my head:
-- http request ---> nginx + some module ---> msgpack/json --> backend
Unlike resty and others like it, backend should be a separate application.
Advantages:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question