Update article

This commit is contained in:
Raven Scott 2024-09-16 08:48:31 -04:00
parent b2b8654080
commit f347cd8e3c

View File

@ -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.jss `cluster` module to utilize all available CPU cores. By spawning worker processes, the system handles concurrent requests across the available cores, maximizing performance.