Comment by zakirullin
9 hours ago
Server setup before the rewrite:
docker + php-fpm + php7 + larvel + nginx + redis + cron + worker + certbot
Server after the rewrite to Golang:
server, a 15MB no-dependencies binary that has everything.
9 hours ago
Server setup before the rewrite:
docker + php-fpm + php7 + larvel + nginx + redis + cron + worker + certbot
Server after the rewrite to Golang:
server, a 15MB no-dependencies binary that has everything.
That is a pretty strong argument for Go!
This is the reason I like go and rust so much
That's brilliant. Can't beat the convenience of a single-file executable!