Thanks for creating such a fantastic product. It run on AWS t1.micro
instance without any issues :)
I am implementing a server application where two clients can
communicate with each other. What I want is if both the clients are
on same openresty server, I want to pair those sockets so
communication can happen within openresty/nginx (without sending to
external server).
What would be the best way to implement?