<?php
header("Content-type: text/event-stream");
header("Cache-control: no-cache");
header("Expires: 0");
?>
data: hello

