Series: Node.js and ASP.NET Core 1.0: Usage Comparison

This blog series provides a high-level comparison of Node.js and ASP.NET Core 1.0. Topics: Web APIs, Routig, CORS, Databases, Documentation, Swagger, Token Authentication, STS.
Node.js & ASP.NET Core 1.0: A Usage Comparison - Part 4: Cross-Origin Resource Sharing
Node.js

Node.js & ASP.NET Core 1.0: A Usage Comparison - Part 4: Cross-Origin Resource Sharing

Welcome back to the fourth part of the series [https://manuel-rauber.com/tag/series-node-js-and-asp-net-core-1-0-usage-comparison/]! Don't forget that everything explained in this post can be seen in the open-source GitHub project [https://github.com/thinktecture/nodejs-aspnetcore-webapi/]. The post itself contains important code pieces only. Same Origin Policy For security reasons, the
5 min read