We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
もしプロダクトが肥大して、サーバーを複数台持つことになった場合、どのようにサーバーを立てるのか。
現状のコードだと待機画面にいる人がそれぞれ別のサーバーに接続していた場合に、その2人がマッチングしないという問題点がある。
The text was updated successfully, but these errors were encountered:
redisを使えば複数台サーバーでもwebsocketの通信が行える https://qiita.com/satofujino/items/7bf4b99e2176f63ca7ef
Sorry, something went wrong.
webSocketとredisでオートマッチングを実現する例 https://zenn.dev/yokojp/articles/f5080e3d4e94d9 https://qiita.com/mayukorin/items/f7034b33e1ca78c1dc11
No branches or pull requests
もしプロダクトが肥大して、サーバーを複数台持つことになった場合、どのようにサーバーを立てるのか。
現状のコードだと待機画面にいる人がそれぞれ別のサーバーに接続していた場合に、その2人がマッチングしないという問題点がある。
The text was updated successfully, but these errors were encountered: