localtunnel - 端口映射工具


MIT
跨平台
JavaScript

软件简介

又一个强大的端口映射工具,用于微信开发等项目。

安装

npm install -g localtunnel

使用

假设你的本地服务器在端口8000上运行,只需使用LT命令来启动隧道。

lt --port 8000

详细使用方法请看官方说明。这里用的官方后端服务器,如果你想自己搭建请看服务端源码

https://github.com/localtunnel/server