Search found 2 matches

by enavas
Mon Jan 18, 2021 9:11 pm
Forum: ESP32 boards
Topic: Use websockets server and client at same time, posible?
Replies: 4
Views: 2327

Re: Use websockets server and client at same time, posible?

Thats looks great!, I'm new using uPython (not Python). I tryed to do this with arduino, but doesnt work.
I will need a secure connection (https or tls), so Can I have a WS server secure and do a secure CURL using upython?
U tryed that before?

Thanks for your support..
by enavas
Sun Jan 17, 2021 10:29 pm
Forum: ESP32 boards
Topic: Use websockets server and client at same time, posible?
Replies: 4
Views: 2327

Use websockets server and client at same time, posible?

Hi, I want use a full duplex web communication using websockets, I want create a Server (web config interface) and cliient (report status to other server), that is posible??

Or can I have a websocket Server and user a simple curl request (to main server)??

Thanks