ngrokに代わるツール
cloudflared
Preview Local Projects with Cloudflare Tunnel · Cloudflare Pages docs
コマンドの例
cloudflared tunnel --url http://localhost:3000
VSCode Built-in port forwarding
Microsoft dev tunnelsを使って実装されているそう.VSCodeを使うならよさそう.
localtunnel
Localtunnel ~ Expose yourself to the world
コマンドの例
npx localtunnel --port 3000
serveo.net
Serveo: expose local servers to the internet using SSH
コマンドの例
ssh -R 80:localhost:3000 serveo.net
SSHベースでポートフォワードを実現している.