Replies: 2 comments 1 reply
-
Uws began as a wrapper for libwebsockets back in 2015, but after committing a 10x performance improvement to libwebsocket's parser (it used to do 1 byte per state machine lookup) I figured I could write such a server better from scratch. So in 2016 uws was released |
Beta Was this translation helpful? Give feedback.
1 reply
-
Here is a link to a kept fork of the original https://github.com/NodeCedu/node-lws I guess it started in January of 2016, not 2015 |
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.
-
Hi allz,
Has anyone benchmarked uWebSocket vs LibWebSocket? The benchmarks for uWebSocket are impressive but how does it compare to LibWebSocket?
Thx!
Beta Was this translation helpful? Give feedback.
All reactions