Node.JS vs ASP.NET as backend server for my game

Well for now nothing exactly. I just return some strings for testing.

Well I’m not sure if NoSQL database would be a good idea due to the fact that I want to have player right? And his XP and level must be tied to the id. So I do need relations.

Just checked some benchmarks on the internet, and it seems that Node.js performs twice faster than WebAPI.

Edit: I suppose MongoDB would be the solution