Thursday 10 March 2016

NodeJS Options for Personal Project

Hey guys,I am pretty new to NodeJS but am wanting to take on a pretty extensive person project. I am hoping NodeJS is the right solution.I have some data that I will be pulling every 15 minutes. Said data contains auction info that I will be parsing through to compare different things.In my mind I will have 2 tables in a DB (Mongo?): Active and Expired auctions.I will then query the DB and throw what I want on a webpage.My ultimate question is, how would I do the scheduling of these tasks with NodeJS?Would MonogoDB be the best solution?Any help would be greatly appreciated.

Submitted March 10, 2016 at 05:31PM by Ebola300

No comments:

Post a Comment