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.
Running JavaScript on the server allows your developers to work on both frontend and backend. They will know the entire project much better and altogether avoid the communication overhead between separate teams. They can implement every feature from start to finish by a single developer.
While most JavaScript applications run on the client side, there are some server-side applications that it is useful for, such as creating web servers. With its many capabilities, it is no wonder that JavaScript is so popular.
Server-side programming is very useful because it allows us to efficiently deliver information tailored for individual users and thereby create a much better user experience.
The main advantage of server side scripting is that data processing is performed completely on the server side instead of client side, and raw data is never transferred across the internet. Server side scripting helps to develop an interactive website that communicates with the database.
So why not?
Interesting links: v8cgi, node.js, wxJavaScript and last but not least CouchDB (a JavaScript powered database server)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With