tjmehta / coworkers

A RabbitMQ Microservice Framework in Node.js
MIT License
609 stars 36 forks source link

Would you please give some example with Mongoose and MongoDB? #47

Closed SoaringTiger closed 8 years ago

SoaringTiger commented 8 years ago

@tjmehta I want to use coworkers to work with Mongoose and MongoDB, would you please give some examples?

tjmehta commented 8 years ago

Coworkers does not have any helpers for organizing database models. It is just a framework creating a rabbitmq consumer application. If you are wanting to create an application that "replies" database "rows" checkout the RPC example: https://github.com/tjmehta/coworkers#rpc--request-reply-checkreplyqueue-example

SoaringTiger commented 8 years ago

@tjmehta thanks