You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I want to thank you for work on one of the best rust framework. I'm currently looking for a suitable tool to implement live view (HTML over websocket). I'm interested in the performance of ntex websockets. It would be great to see a performance comparison with other crates, example: https://github.com/nurmohammed840/web-socket-benchmark.
The text was updated successfully, but these errors were encountered:
With that ntex is quite high up performance wise. Definitely in the top 10, depending on which runtime you use.
I'm guessing the websocket offering are at least high up in performance too.
In other terms, ntex isn't likely going to be your bottleneck.
That being said, i too am curious how it stacks up against current high performance websocket stacks (like uwebsockets).
First of all, I want to thank you for work on one of the best rust framework. I'm currently looking for a suitable tool to implement live view (HTML over websocket). I'm interested in the performance of ntex websockets. It would be great to see a performance comparison with other crates, example: https://github.com/nurmohammed840/web-socket-benchmark.
The text was updated successfully, but these errors were encountered: