Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Mac 上运行 node.js 服务器并希望与其他人共享 URL。
当我在正确的端口上访问我的公共 IP 时,这不起作用。
是否有另一种设置方式使其可公开访问?
谢谢!
<Your Mac's IP>:<node server's Port>在本地尝试另一台计算机。您也可以使用<Your external IP>:<node server's Port>,但您需要在路由器中端口转发端口。
<Your Mac's IP>:<node server's Port>
<Your external IP>:<node server's Port>