Unified Web Application Server — Apache+Nginx+Varnish+Caddy in a single Go binary. Auto HTTPS, built-in caching, PHP/FastCGI, reverse proxy, load balancing, WAF, web dashboard, and MCP server.
Stars
116
Forks
12
Watchers
116
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
460
commits
fix(dashboard): refresh system stats every 2 seconds instead of 10
a53d09fView on GitHubperf(handler/proxy): optimize generateTraceparent with manual hex encoding
222b961View on GitHubperf(cache): eliminate strings.Join allocation in GenerateKey
543f53fView on GitHubperf(server): replace fmt.Sprintf with hex.Encode for dynamic response ETag
502cabbView on GitHubperf(handler/static): optimize generateETag by replacing fmt.Sprintf with manual hex
f6247f8View on GitHubperf(middleware): optimize generateRequestID by replacing fmt.Sprintf with manual hex
9540f8aView on GitHubperf(router): optimize generateID by replacing fmt.Sprintf with manual hex
070cfd4View on GitHubperf(cache): optimize GenerateKey with strings.Builder pooling
54f6d56View on GitHubfeat(dashboard): add system stats bar showing CPU/RAM/Disk on all pages
71d6283View on GitHubfix(admin): use RestartSelf() for proper self-update restart
2419483View on GitHubfeat: add DNS-01 ACME challenge, htaccess improvements, security enhancements
2572510View on GitHub