Benefits of using the same language for client and server?

Posted by Makita on Programmers See other posts from Programmers or by Makita
Published on 2012-10-25T10:30:44Z Indexed on 2012/10/25 11:15 UTC
Read the original article Hit count: 234

I'm looking at architecture solutions for a mobile project that will have a web-service/app in addition to native apps. I've been looking at various libraries, frameworks, and stacks like jqm, backbone, parse, and meteor. Meteor, sort of an "open stack package framework", is tightly bound with node.js.

There is a lot of talk about the benefits of using the same language both client and server side, and I'm not getting it. I could understand if you want to mirror the entire state of a web application on both client and server but struggling to find other wins... Workflow efficiency?

I'm trying to understand why client/server language parity is considered to be a holy grail, any explicit examples or links would be greatly appreciated, thanks!

© Programmers or respective owner

Related posts about web-applications

Related posts about server-side