#19 - PHP Developer's Guide To PHP Servers And Serverless: Part Three - Further Prelude With Go

01/04/2024 16 min Episodio 19
#19 - PHP Developer's Guide To PHP Servers And Serverless: Part Three - Further Prelude With Go

Listen "#19 - PHP Developer's Guide To PHP Servers And Serverless: Part Three - Further Prelude With Go"

Episode Synopsis

This third episode of my journey into PHP application servers, I look deeper into Go. An intriguing language, I do my first Go "Hello World", and look at the docs and code samples more as to do some first programs with Go, rather than just to learn Go conceptually. A big reason is to be able to understand the source code of open source PHP app servers that are programmed in Go. Especially to understand how PHP "melds" with Go for concurrency, routing, and perhaps other native Go features. Features that I am used to seeing in servers or frameworks, but not languages.