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

Enable multi container support #592

Open
JannikStreek opened this issue Nov 27, 2024 · 0 comments
Open

Enable multi container support #592

JannikStreek opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JannikStreek
Copy link
Member

JannikStreek commented Nov 27, 2024

Proposed feature
Currently, the application can't be deployed as multiple nodes / containers as the web socket connections are stored in memory. NestJS/Socket.io feature adapters which can manage this via Postgres or redis which would enable multi container hosting. We should explore these options and, if possible, offer such a deployment as an option. See https://docs.nestjs.com/websockets/adapter and https://socket.io/docs/v4/adapter/ and https://socket.io/docs/v4/redis-adapter/.

@JannikStreek JannikStreek added the enhancement New feature or request label Nov 27, 2024
@JannikStreek JannikStreek self-assigned this Nov 27, 2024
@JannikStreek JannikStreek changed the title Enable multi node support Enable multi container support Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant