kukuheaven
kukuheaven
@endel try [OpenResty](https://github.com/openresty/openresty) I have achieved the same proxy capability as colyseus/proxy
@endel Here is my simple demo, it works fine to me.(before using this, OpenResty should be installed) [openresty.zip](https://github.com/colyseus/colyseus/files/9285925/openresty.zip)
At the nginx worker init phase, I start a timer to keep watch the colyseus:nodes in redis. The colyseus module mostly use lua-nginx-module to read or subscribe redis. ``` --...