Hi,Is there a way to make openresty into a plain TCP server right now? I could find https://github.com/bigplum/nginx-tcp-lua-module, but it is not updated and has some unresolved issues.Thanks! .
You should look into stream-lua-nginx-module. It may not be as battle-tested as the lua http nginx module most people here are using, but we've been using it in production for a while now and are pretty happy with it for our needs.https://github.com/openresty/stream-lua-nginx-moduleGood luck-Itamar