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?
Submitted October 16, 2018 at 01:05AM by foocux
No comments:
Post a Comment