I am actually working on building an API in node with express fully defined from a configuration file. But it seems that express don't really like this kind of architechture.
For example my url will be something like
api.domain.com/foo/bar/toto?param1=42
Is it possible to define a route like ?
/.*/.*/.*/
i know that it will be heavier that an api with all route hardcoded in file but i have no choice except generate all the express script by another script