serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Merge WebSocket and RequestServer services

Open ADKaster opened this issue 2 years ago • 0 comments

I don't see a good reason at the moment to keep them as separate processes. Both are handling untrusted network data. We don't have a separate service for HTTP/HTTPS/Gemini/etc that are supported by RequestServer.

We should merge WebSocket handling into the same model that RequestServer does and just have one flavor of 'NetworkHelper' process.

ADKaster avatar Feb 05 '24 16:02 ADKaster