I know restify does not ship with render capabilities because the responses are handled in the controller, but Ive found myself changing lots of stuff in the controllers that could be easily maintained by having the JSON responses rendered.
So I was wondering how to render restify JSON responses with a template such as mustache or jade, and handle the views (controller responses) separated from the controllers, for better maintenability of the API.