UNPKG

create-serve

Version:

🍛 Ultralight http server with live reload. [CLI + API]

7 lines (6 loc) 166 B
export const addClient = response => response.writeHead(200, { 'Content-Type': 'text/event-stream', 'Cache-Control': 'no-cache', Connection: 'keep-alive' });