Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OMFG5716 opened this issue Apr 3, 2020 · 3 comments
Open
Labels

Comments

@OMFG5716
Copy link

OMFG5716 commented Apr 3, 2020

Hi Max,

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

@msavin
Copy link
Owner

msavin commented Apr 19, 2020

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

@OMFG5716
Copy link
Author

OMFG5716 commented Jul 11, 2020

@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.

@danyhiol
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants