There's no difference among the frontend frameworks: NodeJS should expose some APIs (REST, websocket or other) so that it won't matter who is consuming those.
However along with REST-services, the backend Node.js server has to also serve pages and do routing for navigation between pages. Any library you would recommend for that?
The most common solution is ExpressJS. However there are a lot of other HTTP server frameworks; this is a link I found by just Googling "node js http server framework" :)