DEV Community

Discussion on: NodeJs or C#

Collapse
 
andy_preston profile image
Andy Preston

I personally find the C# + .NET ecosystem to be a lot more mature.

On average, Nuget packages seem to be less buggy than those found in NPM.

All too often in the Node.JS world I found myself writing hacky code to deal with a limitation of a package, or be brave and write my own implementation of a library. On average I've found the Nuget packages to be less janky.

C# also has less weird behaviour than JavaScript.