Run meteor app as a service

I need to run multiple network system services (like rabbitmq service) and I want to use Meteor for this (to share the same codebase). These services are not REST. They should only collect some data and store it in MongoDB.
Is it possible to achieve this task in Meteor?