Servlet alike with Meteor and Angular

Hi there

Is there a simple way to provide something like a Servlet to serve images from my datasource?

Im having a setup with angular-meteor and I tried it by setting up iron router along with it. But it does not work as expected. Do they play together well?

What would you recommend to achieve something like http://localhost:300/myservlet/image-xyz.jpg?

Thank you!