Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websockets? #11

Open
Lemon2311 opened this issue Dec 26, 2023 · 0 comments
Open

Websockets? #11

Lemon2311 opened this issue Dec 26, 2023 · 0 comments
Labels
discussion enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@Lemon2311
Copy link
Owner

Right now the client-side communicates to the esp32 async rest api via http. I am considering using websockets as they usually have lower latency because the conection is continuous and doesn`t need to be reestablished for every request, but websockets can be more resource intensive because the connection is always maintained, and also require a stable internet connection. ESPAsyncWebServer offers functionality for async websockets.

@Lemon2311 Lemon2311 added enhancement New feature or request help wanted Extra attention is needed question Further information is requested discussion labels Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant