I've recently partnered up with a front-end developer with no C# experience, who is going to be coding the views for an ASP.NET MVC3 application I am building.
Since most web developers know Javascript, I thought it would be awesome to have him do the server-side code snips in Javascript rather than C# within Razor views. I know there isn't much code in views beyond outputting variables, etc., but there is some basic looping, etc.
I also really like the idea of having both client-side and server-side code in the views be the same language.
Is what I want to do possible? Is this a Node.js thing? (I haven't looked at that at all.)