I built a sample web application using the following -
- Angular 2
- TypeScript
- ASP.Net WebAPI 2
- Mongo DB
- Karma/Jasmine
- Node.js (only as a server, just to the extent as specified in Angular2 Quick Start)
Considering the above tech stack do we have any need of using Node.js or Express.js for building a production web application? Is any of the above tech is replaceable with Node/Express, for better performance/memory utilization/code maintainability/faster development?