Replies: 1 comment
-
I agree, I already use it in acebase-ipc-server |
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
-
Somewhere down the road when we are trying to extract more performance, we may consider the uWebSockets library
https://github.com/uNetworking/uWebSockets.js/
supposedly ~10x faster than any other node websocket library since it bypasses node, written directly in c++ to the v8 engine. I've used it before without issue (well, except it not being in npm).
Beta Was this translation helpful? Give feedback.
All reactions