R
Reactiflux

✅ – Aurora – 20-11 Dec 6

✅ – Aurora – 20-11 Dec 6

AAurora12/6/2022
Howdy y'all! So for my project I have a server that needs to get a web socket connection to a program (that acts as a websocket server) that runs on the user's computer, to facilitate this I connection (among other things) I have created a React web app that would create two websocket connections, one to my server, and another one to the program running locally on the user's computer. And then it would simply act as a bridge, relaying everything sent from the server to the program & vice versa. My question is what npm libraries would be good for this task? Or do y'all think that just using the raw javascript websocket API would be enough? I'm already using Redux RTK Query if there's any library or websocket api that interacts nicely with this.
Solution:
Message Not Public
Sign In & Join Server To View
Jump to solution
Solution
UUUnknown User12/6/2022
2 Messages Not Public
Sign In & Join Server To View
AAurora12/6/2022
The server will not be on the user's computer, it's gonna be a regular old server running somewhere on the cloud & the server isn't implemented in node, it itself is made using Rust with actix web I guess I'll be trying to use the raw API for now, thanks!
UUUnknown User12/7/2022
5 Messages Not Public
Sign In & Join Server To View

Looking for more? Join the community!

R
Reactiflux

✅ – Aurora – 20-11 Dec 6

Join Server