Linux App with multiple (thousands of ) client connections. #1555
Yashavanth-CP
started this conversation in
General
Replies: 1 comment
-
As long as you are aware uWS only does the server part, not client part, yes then it's designed for this. There is no automated testsuite but there is a benchmark called scale_test or something like that in benchmarks folder where you can test a million websockets or so |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building an application, that runs on linux OS. Basically, its a Backend application that creates a new websocket client connection to the external server as soon as the user login to the application. As of now, the number of users are in the range of 28k to 30k. I would like to explore the possibility of using the uWebSockets library for achieving this.
Couple of questions on the same...
It would be of great help, if I get a lead on this to get started. I have done basic research with uWebsocket with one client till now.
Note : Client connections are dynamic (added and deleted dynamically in any order).
Best Regards,
Yash
Beta Was this translation helpful? Give feedback.
All reactions