tls is for the secure sockets, which won't fit into ESP8266.
Looks like it should still work as long as you don't use the code in such a way that you're asking it to make a secure connection? But honestly the espruino-provided websocket code should work pretty well now?
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.
tls
is for the secure sockets, which won't fit into ESP8266.Looks like it should still work as long as you don't use the code in such a way that you're asking it to make a secure connection? But honestly the espruino-provided websocket code should work pretty well now?