how can I combine Telnet with an http server?
Yes, unforunately the ESP8266 module's AT command firmware only supports one server at a time.
Is there another solution?, ¿could websockets work?
Yes, totally. I posted this up a while back which serves a full Espruino IDE off of an Espruino WiFi.
All you have to do then is modify onPageRequest to serve up the pages you want.
onPageRequest
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, unforunately the ESP8266 module's AT command firmware only supports one server at a time.
Yes, totally. I posted this up a while back which serves a full Espruino IDE off of an Espruino WiFi.
All you have to do then is modify
onPageRequest
to serve up the pages you want.