Hi, I am testing your framework.
I have a nodejs app with socket.io server in localhost, port 3001.
I created a new delphi project and I used:
with sgcWebSocketClient_SocketIO1 do begin
Host:='http://localhost';
Port:=3001;
SendConnect('/?my=param');
SendEvent('new-user','luiz');
end;
But the server doesn´t receive nothing.
What am II doing wrong?
I have a nodejs app with socket.io server in localhost, port 3001.
I created a new delphi project and I used:
with sgcWebSocketClient_SocketIO1 do begin
Host:='http://localhost';
Port:=3001;
SendConnect('/?my=param');
SendEvent('new-user','luiz');
end;
But the server doesn´t receive nothing.
What am II doing wrong?