Possible to convert this to a pure Node.js package removing Meteor?
Hi Max,
Is it possible to convert this package to a pure node package removing/converting Meteor.js specific code?
@OMFG5716 I'm thinking about it.. what would your use case be?
@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.
Basically, you can achieve the same result using nodeJS event-emitter with timeout/intervals.