Hi. For each user that signs up to my app, I'm looking to initiate an event listener. This will listen out for events on a third party platform and has nothing to do with GCP. I'll be using a nodejs package provided by this third party to set up the listeners.
I'm struggling with figuring out how to do this.
If I have 1,000 users, for argument's sake, how do I have 1,000 event listeners running 24/7?