I want to build a Web site which need to be updated every minute by 4 different API's (for example:Twiiter,Facebook...) and display the Real Time information to users.
My frameworks are:
Server - Node js,
Data Base - MongoDb,
Client: Angular 1.
Currently my solution is to use four different services with SetInterval(someFunction ,60000).
Any advice is welcomed.
via Vitali
No comments:
Post a Comment