This document discusses ORM over REST in NodeJS. It introduces Node-Vger, a library inspired by HER that aims to provide an ORM-like interface for RESTful resources in NodeJS. Node-Vger handles HTTP requests to retrieve, create, update and delete resources and includes support for authorization, associations and middleware. The challenges of Node-Vger include managing authentication, implementing Active Relation-like scopes, and dealing with associations between resources.