logoalt Hacker News

zakirullintoday at 2:49 PM2 repliesview on HN

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.


Replies

lioeterstoday at 3:20 PM

That's brilliant. Can't beat the convenience of a single-file executable!

LinuxAmbulancetoday at 3:26 PM

That is a pretty strong argument for Go!

show 1 reply