Closed syed-qure closed 1 year ago
Hello @syed-qure! As far as I know, there's no TCP socket implementation for the browser. This is only available in Node.js. I think that what you are trying to achieve, is not currently possible, at least not directly.
Can you suggest how I can achieve this?
Hi @syed-qure! There are options but the majority (if not all) of them require a back-end that would act as a proxy to your socket communication. Check this.
Thank you @PantelisGeorgiadis. I am just calling my scu server to echo modality.
I followed this example of sending a cEcho request from browser to a locally running scp server and I'm getting the following error.
Any help is much appreciated