PShowcase
EN NL
20 / 20

The platform

Code, realtime, fleet: the layers that turn one language into infrastructure.

.phlo
// dev: build on request, with a Control Center mounted at /phlo
phlo_app(host: 'showcase.qdev.nl', build: true, debug: true)

// prod: one compiled release, FrankenPHP worker mode, realtime on the daemon
phlo_app(host: 'showcase.qdev.nl', build: false, thread: true, daemon: 3001)
Control CenterA dev panel at /phlo: sources, build, routes, errors.
Phlo DaemonRealtime, WhatsApp and background jobs on one port.
Phlo DashboardFleet, hosts, domains and databases across servers.
FrankenPHPWorker mode runs the compiled release at speed.