BrowserStack Interview Question

Make a log watcher solution using web sockets in NodeJs.

Interview Answer

Anonymous

Aug 1, 2024

I comprehendly made a log watcher using a events class, a server for emitting log events from a file and a client to receive the events and display logs to the browser.