Why would I want to use server-side JavaScript?

Posted by Joseph Silvashy on Stack Overflow See other posts from Stack Overflow or by Joseph Silvashy
Published on 2009-12-15T19:04:14Z Indexed on 2010/03/14 1:55 UTC
Read the original article Hit count: 285

Filed under:

I'm confused, I regularly read talk of server-side JS, why would I want to use that? It seems like it would execute way slower than pretty much any other language, it also lacks many conventions that more sophisticated languages have.

Is it possible to hand entire objects from the client to the server, manipulate them and return them back?

Just struggling to understand the concepts of it.

© Stack Overflow or respective owner

Related posts about JavaScript