Skip to content

WS client in node bindings? #46

Answered by ghost
sarumjanuch asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the nice words, there's no client support yet but if I get the time there might come such support.

The reason this project focuses on server-only is because most companies who struggle with WebSocket performance struggle in the server department where many connections are held. Clients often only hold a handful, making less of an impact what library you use. You could use websockets/ws as client as long as you use µWS.js as server.

I think the entire point of WebSockets is to communicate browser <-> server so you already have the client in the browser.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #46 on December 09, 2020 11:53.