PHP Classes

Chrome and node.js

Recommend this page to a friend!

      PHP Classes blog  >  How PHP 7.1 May Elimi...  >  All threads  >  Chrome and node.js  >  (Un) Subscribe thread alerts  
Subject:Chrome and node.js
Summary:Security
Messages:2
Author:Gus Constan
Date:2016-05-18 06:59:52
Update:2016-05-18 18:53:09
 

  1. Chrome and node.js   Reply   Report abuse  
Picture of Gus Constan Gus Constan - 2016-05-18 17:41:25
Binding PHP with other services on the server side may represent security issues that contaminate it.
Chrome on the client side is also a security issue particularly since it encourages CDN js injection enabling DOM access behind the page defeating the concept of secure content.

Keep it pure and simple with PHP and its proven capabilities, moreover why use another scripter when PHP already has enormous capabilities to bind and use host properties and methods.

  2. Re: Chrome and node.js   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-05-18 18:53:09 - In reply to message 1 from Gus Constan
I am not sure if you are talking about the startup snapshot optimization idea. If that is the case, keep in mind that the idea is not to use V8 engine in PHP but rather to adopt the concept already used by Chrome and Node.js but without using the code of V8. It would be more to copy the idea.