Skip to content

利用websocket实现简单的外网映射工具,便于日常调试接口

License

Notifications You must be signed in to change notification settings

opentoys/x-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x-websocket

利用websocket实现简单的外网映射工具,便于日常调试接口

1. 安装使用 (server)

# 复制项目
git clone https://github.com/coderswin/x-websocket.git

# 安装依赖 (修改监听端口,默认为3000)
npm install 

# 启动项目
npm start

2. 配合客户端使用 (client PC)

npm install x-websocket-cli -g

使用说明

3. 存在问题

  1. 未实现提交信息(x-www-form-urlencoded/form-data)
    1. 预计3天内完成表单提交
    2. 7天内完善文件上传
  2. 未实现自动化测试

About

利用websocket实现简单的外网映射工具,便于日常调试接口

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published