A powerful feature of this extension is that the same code can be used both on the client side and on the server side, reusing implementations of the same code in PHP for server sides and js client.
A possible use case is to check the validation of the server and client using the same JS code. The client side, the code will be launched in the browser and on the server side, which it executed using V8JS.
Other potential applications could be templates or any other business logic that is needed both on the client side and on the server side.
It seems that you will still be in uncharted territory. I have not seen any libraries use V8JS for anything like that.
source share