These are chat archives for
esp8266/Arduino
21
st
Apr 2017
Toggle Heatmap
Sign in to start talking
esp8266/Arduino
Arduino IDE for ESP8266
brutzler
@brutzler
Apr 21 2017 21:28
Does anybody know, where is the difference between "WiFiServer" and "ESP8266WebServer"?
Both make a webserver on the ESP...
Myles Eftos
@madpilot
Apr 21 2017 23:14
WiFiServer just makes a socket you can connect to, ESP8266WebServer implements HTTP. The latter is just a higher-level library.
_