Socketioxide feedback with large number of connections #267
Henrriky
started this conversation in
Show and tell
Replies: 2 comments 10 replies
-
Hey, this data is so awesome and insightful! Thank you for sharing with us! Just yesterday I was talking with @Totodore about heavy ram usage and looks like it isn't too taxing on ram 😄 |
Beta Was this translation helpful? Give feedback.
6 replies
-
@Henrriky Would you mind sharing the Nodejs socketio server performance on the same audience? It would be nice to see the real life performance comparisons :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I had problems with Socketio to scale a company system, I decided to look for similar alternatives, as the application was written based on Socketio. Fortunately, there was this version in Rust that has much of the functionality of the official Javascript library.
I come here to give feedback on Socketioxide with a large number of clients, managing rooms and some sockets through Redis. In addition to a considerable number of rooms and event handlers created.
The process was managed at all times by PM2. Apparently memory consumption has a linear growth along with user growth
10K users triggering events every 1000ms
30K users triggering events every 1000ms
Beta Was this translation helpful? Give feedback.
All reactions