What solutions are there for a Nodejs app control panel?

230 Views Asked by At

Apologies if this should be somewhere else but I was hoping to get some help, I'm currently learning Node whilst building a private project and was wondering what solutions for a control panel/dashboard for the application?

I will be making API requests to check for changes in intervals (the provider does not support sockets) and I would like to log into a dashboard and do things such as change the frequency in which the requests are made. Where would be the best place to start?

0

There are 0 best solutions below