'Similar framework to API Platform on NodeJS?

I'm using API Platform with Symfony and i would like to start using NodeJS instead to have to code only on javascript.

I'm unable to find a project that does what API Platform does.

1 - Automatic REST Filters, Orders. We can filter & order the results and then change something on the results with a controller. No need to add the filter & order in a database query each time we create a controller. Save a lot of time.

2 - Automatic Varnish purge API Platform purge automatically all the changed ressources from Varnish.

Is there any NodeJS API Framework that can do the same ?

I looked into SailsJS and we can't filter, order with bueprint and change the results of blueprint with a controler..

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source