Solutions for your inquiries

  hosting
<< Back       node.js

Question: Is it possible for the host to run scripts node.js
Answer:

Hello.

Specify the purpose of the scripts. JS scripts are executed on the client side of your website. To the server they send the request?

Question: Actually node.js this is a server-side javascript, on the server install
Answer:

On our servers there is no support Node.JS

Question: And as it is impossible to arrange?
Answer:

Verify requirements

Question: well, or add the php extension for sockets.I need to use sockets
Answer:

You can include the extension in the menu bar - select php version

Question: It indicated that the sockets are enabled.But the script if(extension_loaded(`sockets`)) echo \"WebSockets OK\"; else echo \"WebSockets UNAVAILABLE\";gives the result WebSockets UNAVAILABLEИ how to understand this???
Answer:

Ask where you can see the error?

Question: Day oshibajus code if(extension_loaded(`sockets`)) echo \"WebSockets OK\"; else echo \"WebSockets UNAVAILABLE\";get ответWebSockets UNAVAILABLE
Answer:

what address you are connecting to?

Question: Script leshat here http://www.weblaboratory.info/testSocket.php
Answer:

utochnyat to which you are connecting

Question: I check if the extension sockets.like from my code it is clear!! there are two lines only!if(extension_loaded(`sockets`)) echo \"WebSockets OK\"; else echo \"WebSockets UNAVAILABLE\";
Answer:

you do not included.


please Check now.

Question: Thank you! earned
Answer:


ok


<< Back