Skip to content

vsivsi/meteor-job-collection-playground

Repository files navigation

Meteor job-collection Playground App

This Meteor.js app demonstrates a simple UI on top of the job-collection package that allows new jobs to be scheduled using the Later.js text parser format.

To run locally (assuming you have Meteor.js installed):

git clone https://github.com/vsivsi/meteor-job-collection-playground.git jcPlay
cd jcPlay
meteor npm install
meteor
# Now point your browser to http://localhost:3000

You can also find a hosted version of this app at https://jcplayground.meteorapp.com

If you are interested in plain node.js workers for job-collection, there is a sample worker implementation that will work on jobs hosted by the jcplayground server here: https://github.com/vsivsi/meteor-job-collection-playground-worker

About

Fun with Job Collections and Later.js!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published