I want to create a electron js app, that is listing events from the user’s desktop and process those data. What available approaches to achieve that task? I want to listen for example port 3000, and collect those events and process.
I tried to create a nodejs server on the main/index.ts. That works.
My question is what is the best way to handle that scenario?