I'm currently building a real-time web application that utilizes the MEAN stack (Mongo,Express,Angular,Node). My question relates to how Node (and more specifically Socket.io) work in a real-time app which makes calls to an API (in this case Instagram).
I'm subscribing to several locations (lat/lon coordinates) with the Instagram API. I want my web app to automatically add photos as they are taken (and geo-tagged) around these locations.
How I THINK this will work:
Does this seem reasonable at a detailed level or am I missing (even some tiny) steps?
This can be reduced to a single step:
You may need to watch out for the amount of data that can be sent via sockets.