My target is to use a nodemcu (esp 12-e) to manage a 6 ports remote relay. With google i see a lot of solution, but none seems the perfect for me.
I would the possibility to send a get request to the nodemcu, and nodemcu close or open a gpio. Nothing more in the first step.
Probably i should use a websocket to do that , but how can implement a websocket using lua in nodemcu?
I would use a really simple solution, ... like a first lesson in my journey in the IOT world.
Thanks in advance
Mirko