Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gracejs | 1,371 | 1 | 2 months ago | 7 | February 03, 2020 | 13 | mit | JavaScript | ||
A Nodejs BFF framework, build with koa2(基于koa2的标准前后端分离框架) | ||||||||||
Puer | 1,221 | 43 | 10 | 3 years ago | 27 | June 24, 2020 | 30 | JavaScript | ||
more than a live-reload server, built for efficient front-end development | ||||||||||
Lyrebird | 1,036 | 17 days ago | 70 | mit | Python | |||||
移动应用插件化测试工作台 | ||||||||||
Smocker | 939 | 4 days ago | 2 | April 23, 2021 | 29 | mit | TypeScript | |||
Smocker is a simple and efficient HTTP mock server and proxy. | ||||||||||
Mockttp | 618 | 22 | 43 | 16 days ago | 89 | July 04, 2022 | 25 | apache-2.0 | TypeScript | |
Powerful friendly HTTP mock server & proxy library | ||||||||||
Electron Anyproxy | 605 | 2 years ago | 22 | mit | JavaScript | |||||
📢 A http/https proxy client, using to analyze and mock. | ||||||||||
Killgrave | 372 | 1 | a month ago | 12 | September 23, 2021 | 21 | mit | Go | ||
Simple way to generate mock servers written in Go | ||||||||||
Mastermind | 311 | 6 years ago | 11 | mit | Python | |||||
Man in the middle testing | ||||||||||
Apimocker | 276 | 43 | 8 | 2 months ago | 53 | October 25, 2019 | 31 | mit | JavaScript | |
node.js module to run a simple http server for mock service responses. | ||||||||||
Skywalking Ui | 265 | 4 years ago | 3 | apache-2.0 | JavaScript | |||||
[ARCHIVED] The web UI for skywalking APM |
中文|English
📢 一个网络代理客户端, 依赖于 Anyproxy. 构建在 Electron 和 Vue 之上.
中文使用文档:地址
多语言支持:菜单 View->language
npm install //or yarn
npm run start
npm install //or yarn, 若已安装则无需次命令
npm run pack
软件将会打包到pack
目录下,双击运行
打包时建议用yarn安装npm包,因为npm install会在node_modules中安装隐藏目录,导致electron-packager打包的时候无法将electron等大文件删除,打包出来的软件包会很大。
MIT