Edge
Static frontend + TLSThe public machine serves the site, terminates HTTPS, and stays intentionally small on exposed services.
This page is a temporary reference landing page for easyknowledge.top. The production setup is designed to serve a static frontend on the public edge while private backend workers connect inward through a controlled gateway channel.
The public machine serves the site, terminates HTTPS, and stays intentionally small on exposed services.
A dedicated gateway app will handle request auth, job dispatch, worker presence, and result aggregation.
Backend nodes do not need public ingress. They connect outward to the gateway over secure WebSocket channels.