I want to parse simple routes like these:
http://example.com/foo/bar/baz/
where there is no theoretical limitation to the number of them. And it would be nice to have an array ['foo','bar','baz']
from it.
How to do it with Express routing?
See Question&Answers more detail:os