Why would I want to use server-side JavaScript?
- by Joseph Silvashy
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.