I'm developing a script in Node.js that needs to send multiple http requests. I'm really familiar with the way Angular's $http service works. I like the use of promises and overall syntax, I know its advantages and disadvantages etc.
Can I in any way use Angular $http service in a Node.js app? I hope this doesn't sound too silly.