pros and cons of serverside javascript implementation?
I just started experimenting with Aptana Jaxer server side javascript engine for my next project. And i have few quesions about that By using server side JS, can we implement the whole web application without using any server side languages (like C#,java etc). Or server side JS sits in between the web server and other langauge stack. Is it really a better approach ?? what are the advandages and disadvandages? how this works well in terms of performance? is there any real time implementation (public websites) only using server side JS(no other languages)? what are the alternatives available