Hello World o/
Unchained web development
in pure Go

PHP → Golang.

Migration PHP → Go en cours.
Ma stack web évolue, et je documente ce parcours avec une série inspirée de A Tour of Go.

// note: git init -m "initial commit"
A Visual Illustration of the Request Lifecycle process fingerprint
PHP vs Go
php-fpm · worker pid 
init bootstrap execute gc · die · · ·
go · ./server pid 1337
in-memory goroutines always-on
shared-nothing · reconstruit à chaque requête
// binaire autonome · always-on
THE SERIES · 4 STAGES