From f347cd8e3ca3963dc7000de289cda8a7364e8c17 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 16 Sep 2024 08:48:31 -0400 Subject: [PATCH] Update article --- markdown/P2P Multi Worker Instant URLs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/markdown/P2P Multi Worker Instant URLs.md b/markdown/P2P Multi Worker Instant URLs.md index 49e0d58..4283a49 100644 --- a/markdown/P2P Multi Worker Instant URLs.md +++ b/markdown/P2P Multi Worker Instant URLs.md @@ -5,6 +5,14 @@ Effective Multi Worker Connections For Web Traffic. This architecture showcases an advanced, decentralized system that combines multi-worker HTTP servers with a HyperDHT-based network to create instant, peer-to-peer URLs. Using a reverse proxy setup with wildcard DNS, the system allows users to access peers through dynamic URLs, scaling effectively with system resources. +# Source Code + +## WebRelay +https://git.ssh.surf/hypermc/hyperMC-Web-Relay + +## Service Port Relay +https://git.ssh.surf/hypermc/hyper-relay + ### Multi-Worker Server Architecture The multi-worker server is built using Node.js’s `cluster` module to utilize all available CPU cores. By spawning worker processes, the system handles concurrent requests across the available cores, maximizing performance.