Relative Content

Tag Archive for node.jsmongodbexpresspuppeteerserver-sent-events

Puppeteer Scraper Not Accessing Connected Clients in Node.js Server

I am developing a web application using Node.js, Express, Puppeteer, and MongoDB. My goal is to create a scraper that sends real-time updates to connected clients via Server-Sent Events (SSE). However, I am encountering an issue where the scraper script does not correctly recognize the connected clients, even though the clients are connected to the server.