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

short polling #12

Open
meethed opened this issue Mar 28, 2023 · 0 comments
Open

short polling #12

meethed opened this issue Mar 28, 2023 · 0 comments
Assignees

Comments

@meethed
Copy link
Owner

meethed commented Mar 28, 2023

right now it all uses short polling

this was done deliberately:

  • no HTTPS certificate for websockets
  • use of SQL and PHP rather than node
  • easy / lazy
  • reduces server load compared with long polling (important for my raspberry pi zero w)

short polling may not be the best option moving forward for a bunch of reasons, including authentication/security, bandwidth, server load, etc etc

@meethed meethed self-assigned this Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant