|
|
|
|
|
by wewewedxfgdf
433 days ago
|
|
I wrote a subsystem the other day that used websockets for a server to distribute video conversion tasks. After futzing with silly things like file transfers and communication protocols I chucked it out and rewrote it so the client does HTTP long polling of the server and uploads its renders via hTTP POST. So much easier. |
|
Did you try using an established library like socket.io, connectRPC etc? They handle a lot of the complexity.