server-side client documentation #143
Answered
by
davidmoshal
davidmoshal
asked this question in
Q&A
-
not sure if this qualifies as a bug, but there doesn't appear to be documentation on a server-side client. ie: a websocket client which can be used from node. great project btw, I recorded 3x performance of simple http requests vs vanilla node (v10.15.3), |
Beta Was this translation helpful? Give feedback.
Answered by
davidmoshal
May 14, 2019
Replies: 1 comment
-
/test/hammer.js shows use of npm 'ws' package as a client. |
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
/test/hammer.js shows use of npm 'ws' package as a client.
Therefore am assuming that there is no provided uwebsocket client and closing this.