- Mon Apr 02, 2018 2:56 pm
#75092
I have implemented chat system via Node.Js, whenever I send a text message from one browser window then from other browser window I can receive the text message, I have used one IP and port, where both browser hits the same IP and port,
Now I want esp8266 to hit the IP and port, and from browser I want to send some data(strings) to control on/off
switch via esp8266. Is it possible?
I want to control esp8266 through Global server with negligible time delay.
Can anyone help me?
Thanks