w4-hanggi

Results 6 issues of w4-hanggi

The node ID accepts an int between 0~1023. Is there a way to generate distributed unique or sequential node ID? Because it's only has 10 bits, it's difficult to generate...

``` container_image( name = "nginx_image", base = "@io_docker_index_nginx//image", directory = "/etc/nginx", files = [ "nginx.conf", ], ) container_image( name = "image", base = ":nginx_image", data_path = "./build", directory = "/www",...

It's ok when it return 200. but when the server return 301, cors not working.

The benchmark looks good, but the result is mixed together with router and framework. The performance of router and framework are very different. Those routers are light and focusing on...