SteveJobs icon indicating copy to clipboard operation
SteveJobs copied to clipboard

Possible to convert this to a pure Node.js package removing Meteor?

Open OMFG5716 opened this issue 5 years ago • 3 comments

Hi Max,

Is it possible to convert this package to a pure node package removing/converting Meteor.js specific code?

OMFG5716 avatar Apr 03 '20 13:04 OMFG5716

@OMFG5716 I'm thinking about it.. what would your use case be?

msavin avatar Apr 19 '20 04:04 msavin

@msavin I've tried using other packages like Bull/Agenda, but I am pretty comfortable with SteveJobs and the API is really good to work with. SteveJobs is running on 2 of my prod apps, but all my newer projects I've started are without Meteor.js.

I am going through all the code, and it's of course tied up pretty closely with Meteor. It'd be great If you could point me to major code chunks that need to be converted or somehow replaced to work without Meteor.

OMFG5716 avatar Jul 11 '20 10:07 OMFG5716

Basically, you can achieve the same result using nodeJS event-emitter with timeout/intervals.

danyhiol avatar May 20 '22 22:05 danyhiol