What is the purpose of using isomorphic webapps?

What do I understand?

It shares some code between client and server since both are in javascript. for example: form validation.

How it works? Can I view shared code from a browser? If so, then it becomes easy for an attacker to find loopholes in our code. Since the same code is executed on the server side, an attacker could also pass a server-side check.

Are there any flaws or security issues if we follow this approach?

+4
source share
1 answer

It shares some code between client and server since both are in javascript. for example: form validation.

. , , JavaScript, node.js - JavaScript-, node.js - . (Java , .)

JS, - .

, , .

+3

Source: https://habr.com/ru/post/1526869/


All Articles