Re: [nodejs] Developing Reports on Nodes

2020-03-20 Thread Aroh Sunday M
Generating a report like how. Can you describe the problem more? Thanks On Fri, Mar 20, 2020 at 9:46 AM Femi Ogundele wrote: > Good day Experts, > > I am handling my first project in Node.js but I have been having headache > about "generating reports". I see couple of reporting tools online but

Re: [nodejs] Queue in NodeJS

2020-05-04 Thread Aroh Sunday M
You can check Agenda. It works with mongo and is cool. But Bull is cool with lots of cool features. It depends on your requirements On Mon, May 4, 2020 at 7:38 PM Persis david wrote: > Hi All, > > I'm very new to the development field. I'm developing a web application > using NodeJS(backend), An

Re: [nodejs] Dynamic Nested Promise Chaining

2020-06-08 Thread Aroh Sunday M
I would suggest if you can pass that process to cluster mode or use a worker thread. With that, it can be much faster On Mon, Jun 8, 2020 at 10:25 AM Matthew Hamilton wrote: > I'm relatively new to JavaScript programming for node.js, and I've been > reading about this for 5 hours and cannot wrap