I want to connect 2 esp8266 (server and client )and to send simple data(one word maybe )from server to client cyclically , lets say every 1 second. without passing by any router. I want one ESP to be a AP(server) and the other station(client).
Is websocket possible in this case
I m a beginner
PS I want to use Arduino IDE and without AT commands
Thanks guys in advance.