const orders = []; setInterval(() => fetch('/api/orders').then(r => r.json()), 2000);