Hello,
I'm trying to buid a "server-side client" node.js plugin for Gamooga. So far so good. I was able to make the first POST, get the auth keys and etc. The problem is to create the websocket connection. I'm having this:
{ [Error: socket hang up] code: 'ECONNRESET' }
I did try several solutions, 3 different protocols and nothing. The server don't give me time to send the authKey.
Someone wants to help?
to run:
"npm install"
"node example/app.js"
This is important to send notifications and broadcasts from the server, not only from the users.
Thank you
Cheers
Tcha-Tcho