tholian-network / stealth

:rocket: Stealth - Secure, Peer-to-Peer, Private and Automateable Web Browser/Scraper/Proxy
GNU General Public License v3.0
1.04k stars 301 forks source link

Stealth: Server Refactor #73

Closed cookiengineer closed 2 years ago

cookiengineer commented 3 years ago

Multicast DNS Integration requires a better structure for the stealth/source/Server.mjs - as it's currently very hacky on how the lookahead procedure is implemented to understand multiple network protocols generically.

This is dependent on the WS Protocol Refactor (which needs a separate WS Packet Parser). All other Packet Parsers have been implemented already and are working.

Implement the following Composites (that can be spawned n times on different ports):

cookiengineer commented 3 years ago

New Reviews that have to be created in order to end-to-end test the Server Modules:

cookiengineer commented 2 years ago

As of https://github.com/tholian-network/stealth/commit/e49d605d61961352ec7cdfe61cb0b0270cd877be all the remaining reviews and tests have been implemented.