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.