PhloTour
EN NL
30 / 30

The platform

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

Read the docs →
.phlo
// one language, every layer: ORM, realtime and the SPA reply in one route
route async POST message send {
	$m = message::create(text: %payload->text)
	cast(wsTarget: 'all', append: ['#feed' => $this->row($m)])
	return apply(value: ['[name=text]' => ''])
}
		
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.