Alex Ferreira
Alex Ferreira
I have a service `calculator` and the `investigator` running through the `libcluster`. but when I register my service, sometimes something strange happens. for example: When I start the `calculator` service...
**sugestion** `http://localhost/users.json?limit=100` So 100 records are returned
### Support records related example: ``` userSchema var = new Schema ({ name: String, email: String, posts: [{type: Number, ref: 'Post'}] comments: [{type: Number, ref: 'Person'}] }); mongoose.model ('User', userSchema);...