oncesk

Results 130 comments of oncesk

yes you can do it

hi, as i can see you just need to work with single nodejs server instance but many php backend servers?

yes, its right, and you can set top level domain name in you javascript ``` javascript // on somedomain.topleveldomain.com you can set document.domain = 'topleveldomain.com'; ``` and now if you...

i do not fully understand which kind you problem, does problem actual ? :) if you could not authenticate on nodejs server can you show me your nodejs logs

Hello it is good news!) As i think will be better if will be ability to choose between https and not, it can be done via few configuration changes, because...

hi, here the bug in the example, need to wrap all code in ``` javascript socket.onConnect(function () { }); ``` like in the documentation

and check if nodejs process is working ``` bash $> pgrep node ```

seems like your os is windows and pgrep command does not exists in git bash shell