Page 1 of 2
Websocket Underlining Technology Question
Posted:
Fri Jun 03, 2016 9:35 am
by tcontrada
What is the underlining technology that the new websocket technology is utilizing in the new ESP8266 Basic version?
Re: Websocket Underlining Technology Question
Posted:
Fri Jun 03, 2016 10:39 am
by Mmiscool
Web sockets allow for bidirectional almost real time comunicatiom between the client browser and the esp.
Re: Websocket Underlining Technology Question
Posted:
Fri Jun 03, 2016 11:23 am
by tcontrada
I meant, is it Node.js, or some other technology under the covers of the ESP8266Basic?
Re: Websocket Underlining Technology Question
Posted:
Fri Jun 03, 2016 2:54 pm
by Mmiscool
ESP Basic is written in Arduino C/C++ and uses the arduino libraries.
The java script that is used for esp basic is 100% on the browser client side. There is no node.js or any other javascript stuff happening on the esp it self.