Remix.run Logo
zakirullin 7 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.

lioeters 7 hours ago | parent | next [-]

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

LinuxAmbulance 7 hours ago | parent | prev [-]

That is a pretty strong argument for Go!

backscratches 3 hours ago | parent [-]

This is the reason I like go and rust so much