nano icon indicating copy to clipboard operation
nano copied to clipboard

route compression

Open GCat opened this issue 8 years ago • 1 comments
trafficstars

Hey, I did a lot of benchmarks between nano and pomelo

nano wins every time. seems golang is a much better choice for server side then javascript(who knew ;-) )

so I'm looking to move my server side project to nano if I'll find any bugs I will report them or try to contribute fixes.

though I have a question when route compression will be implemented, as it's pretty important and I only saw test code for it

GCat avatar Sep 11 '17 14:09 GCat

Thank you for the attention of nano.

The current version supports routing compression, but the routing can only be set manually on both the client and the server. Consider future switching of routing information during handshaking.

lonng avatar Sep 12 '17 06:09 lonng