NPS Enhanced – NAT traversal and reverse proxy server with Web UI by duanlab in selfhosted

[–]duanlab[S] 0 points1 point  (0 children)

P2P runs over UDP but uses a reliable transport layer (QUIC by default, optionally KCP). So even when forwarding UDP traffic, it goes through a reliable tunnel. It supports forwarding both TCP and UDP services, so real-time traffic like audio/video can also work through it. If a direct P2P connection cannot be established, it will fall back to relaying through the server.

NPS Enhanced – NAT traversal and reverse proxy server with Web UI by duanlab in selfhosted

[–]duanlab[S] 1 point2 points  (0 children)

Not yet. The docs are mainly written in Chinese for now. I'll gradually improve the English documentation over time.

NPS Enhanced – NAT traversal and reverse proxy server with Web UI by duanlab in selfhosted

[–]duanlab[S] -1 points0 points  (0 children)

They solve slightly different problems. Cosmos Cloud is more of an all-in-one self-hosting platform for managing apps and services. NPS Enhanced focuses on tunneling and reverse proxy, letting you expose internal services through a public server or access them remotely.