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

What about sockets? #84

Open
Demian87 opened this issue Aug 15, 2018 · 1 comment
Open

What about sockets? #84

Demian87 opened this issue Aug 15, 2018 · 1 comment

Comments

@Demian87
Copy link
Contributor

@Toxantron
What do you think about migrationg your project to websockets? Why did you decide to use polling instead of them?

@Toxantron
Copy link
Owner

I do have plans to switch to websockets, especially since the increasing user count drives my cheap webserver at its capacity limit. However PHP is not my "main language" and my knowledge of websockets in PHP even worse. So I plan a rewrite in ASP.NET Core, but right now that's not in my schedule. I just try to keep up with the user count with "smart polling" and dynamic intervals. For the PHP version I will roll out sessions tokens ASAP and then will have time for a rewrite during winter.

I initially chose PHP to broaden my horizon and learn a new language. The project started only as a tool for my team because I was unhappy with either pricing or mobile rendering of the alternatives. And because it was intended for our team and I knew about issues with corporate firewalls I used HTTP polling instead. I never expected it to become one of the most popular webapps for scrumpoker.

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

2 participants