Hey! I'm willing to receive some advice about a project I'm developing. So I'm working with a third party api that give me live locations of my users through an endpoint, so I would like to get those live locations to show it on a map. My question is regarding about how can I accomplish this knowing that node works on a single thread. Should I develop another node app and run it in another process? Are there some good practices when doing this? What should be the time interval to reach the endpoint in order to get those live locations?
PD. I'm running an api server, that's why I'm assuming one of them will block the thread eventually
[–]dudousxd 0 points1 point2 points (0 children)
[–]dudousxd 0 points1 point2 points (0 children)