Is there any queue library that can be use inside electron without having external database dependency like redis and mongodb?
I am looking into creating a desktop app with electron using a database like NeDB and would like to have a job queue to let child process get job to process in the background. ( Not sure if this is also possible ).