Is there such thing as a client-side administration panel framework for RESTful resources? [closed] Is there such thing as a client-side administration panel framework for RESTful resources? [closed] node.js node.js

Is there such thing as a client-side administration panel framework for RESTful resources? [closed]


I was looking for the same thing and I found ng-admin which seems to suit what you're after - it's a client-side CRUD administration framework written in Angular and supporting REST APIs.

I've used it successfully in my own Sails based project and got it up and running very quickly. You can read more about it on this blog post.


No there is no such thing as an admin panel specifically tailored for sailsjs.

One of the admin panel's ive used for nodejs apps before is http://jedireza.github.io/drywall. Although its not client-side like you're asking.


There is an admin-bro package which aims to be something like rails-admin or ActiveAdmin but in Node.js. Currently it works with hapi and express frameworks.