Benchmarking and Performance #165
-
Hey, So I am planning to use this graphql subscription tool for a chat like application. I want to know if there is a safety cap on the number of graphql subscriptions that should be made per page. Is there documentation explaining benchmarking of this tool? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey there! Happy you're considering this library. Sadly, I havent really benchmarked |
Beta Was this translation helpful? Give feedback.
Hey there! Happy you're considering this library. Sadly, I havent really benchmarked
graphql-ws
, my free time is scarce. But I can tell you that it is true zero dependency and leverages only JavaScript primitives, so your real cap is memory and CPU power. Or did you have some other "safety cap" in mind?