
Prepending PHP to a Page in Gatsby
Need a little PHP inside a Gatsby build? This guide shows a pragmatic way to prepend server‑side code when a fully static approach is not enough.
Articles
Node.js is a cross‑platform, open‑source JavaScript runtime outside the browser. The interesting part is not that front‑end engineers can avoid another language; it is that the same language can support servers and build tooling whilst taking on a very different set of runtime responsibilities.

Need a little PHP inside a Gatsby build? This guide shows a pragmatic way to prepend server‑side code when a fully static approach is not enough.

Browser and Node.js JavaScript compared through host APIs, globals, modules, async behaviour, DOM access, server APIs, and environment mix‑ups cleanly.