Posts tagged #asp.net core
ASP.NET Core and Node together: JavaScript Services
A while ago I heard about some JavaScript Services that Steve Sanderson was working on for .NET core. The central idea was to provide services that could use NodeJS within an ASP.NET application, allowing us to consume all the awesome modules that are written for node. This can...