If you are building API driven apps with Node.js then it'll be easy to reuse these in mobile. Basically you will create APIs that will be consumed by both web and mobile apps. This way you don't have to write separate backend code for building mobile apps. Now that you are using Node.js you can use a minimalistic framework like Express to build your APIs. Take a look at this discussion.
Let me know if you need more help.