|
|
|
|
|
by throw1234651234
2128 days ago
|
|
.NET Core can deploy to Linux now. https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy... It's also faster than Node. Significantly faster. I was troubleshooting a connection issue to a db from a .NET Core API so I set up a NodeJS API hitting the same db to isolate it to the connection. After I was done fixing things, I compared the API response speeds for the same thing. .NET Core outperformed Node dramatically just like in benchmarks. |
|