{"id":13567927,"url":"https://github.com/zaaksam/goman","last_synced_at":"2026-01-17T01:55:21.152Z","repository":{"id":38630146,"uuid":"102708068","full_name":"zaaksam/goman","owner":"zaaksam","description":"a web app like postman","archived":false,"fork":false,"pushed_at":"2023-03-06T23:13:54.000Z","size":14477,"stargazers_count":64,"open_issues_count":12,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-04T02:35:36.030Z","etag":null,"topics":["beego","iview","typescript","vue"],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaaksam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-07T07:52:13.000Z","updated_at":"2025-02-12T06:37:38.000Z","dependencies_parsed_at":"2024-06-20T10:24:20.593Z","dependency_job_id":"1b1368ec-857e-46d8-9914-ecfc210b9bfa","html_url":"https://github.com/zaaksam/goman","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zaaksam/goman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaksam%2Fgoman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaksam%2Fgoman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaksam%2Fgoman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaksam%2Fgoman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaaksam","download_url":"https://codeload.github.com/zaaksam/goman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaaksam%2Fgoman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beego","iview","typescript","vue"],"created_at":"2024-08-01T13:02:49.721Z","updated_at":"2026-01-17T01:55:21.122Z","avatar_url":"https://github.com/zaaksam.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# goman\n\nA web app like postman\n\n# 已发布平台(go1.9.x编译)\n\nweb版，可以使用chrome等浏览器，拥有更好的体验\n\n * [goman.v0.3.1.web-win.zip 5.6MB](https://github.com/zaaksam/goman/releases/download/v0.3.1/goman.v0.3.1.web-win.zip)\n\n * [goman.v0.3.1.web-mac.tar.gz 6.3MB](https://github.com/zaaksam/goman/releases/download/v0.3.1/goman.v0.3.1.web-mac.tar.gz)\n\napp版，独立运行，更简洁，但有些限制\n\n* [goman.v0.3.1.app-win.zip 5.6MB](https://github.com/zaaksam/goman/releases/download/v0.3.1/goman.v0.3.1.app-win.zip) (只兼容IE10/IE11内核，请注意升级系统IE浏览器)\n\n* [goman.v0.3.1.app-mac.tar.gz 6.3MB](https://github.com/zaaksam/goman/releases/download/v0.3.1/goman.v0.3.1.app-mac.tar.gz) (已知问题：无法使用复制/粘贴快捷键，但可使用鼠标右键操作)\n\ndocker版，更简单的尝鲜使用\n\n* `docker pull zaaksam/goman` 或者指定版本 `docker pull zaaksam/goman:0.3.1`\n\n* `docker run -p 8080:8080 zaaksam/goman`\n\n* 在浏览中打开：`http:127.0.0.1:8080`\n\n注意：docker模式下，goman处在容器内，无法使用 localhost(127.0.0.1) 来请求宿主机的网络资源\n\n# 界面预览\n\n0.3.1版界面相对0.3.0基本没有变化\n\nwindows web版\n\n![](https://static.oschina.net/uploads/img/201802/08120715_zvnn.jpg)\n\nmacos web版\n\n![](https://static.oschina.net/uploads/img/201802/08120750_hnI4.jpg)\n\nmacos app版 (windows版基本雷同)\n\n![](https://static.oschina.net/uploads/img/201802/08120826_tMsb.jpg)\n\n![](https://static.oschina.net/uploads/img/201802/08120851_rVD1.jpg)\n\n# 技术资源\n\nBackend Go + [Beego](https://github.com/astaxie/beego)\n\nFrontend Typescript + [Vue](https://cn.vuejs.org) + [iView](https://www.iviewui.com)\n\nweb版\b引导界面使用了 [Knockout](http://knockoutjs.com/) + [layui样式](http://www.layui.com)\n\nGUI使用了 https://github.com/zserge/webview\n\n请求耗时统计部份参考了 https://github.com/rakyll/hey 代码\n\n# 更新日志\n\n2021-05-05 v0.4.0\n\n* 使用 go 1.16 及 go mod 管理\n* 调整目录结构\n\n2018-02-09 v0.3.1\n\n* 解决了IE10/IE11的不兼容问题，win app版来了\n* 临时解决了mac app版滚动时卡顿问题\n* web端心跳包增加了随机数，避免IE缓存\n* web端引导页现在不默认打开浏览器了\n* web端引导页现在会显示运行的URL地址\n\n2018-02-08 v0.3.0\n\n* 更便捷的web模式运行方式\n* web模式下增加了浏览器与应用的互相监测\n* docker模式下请求localhost(127.0.01)时会收到警告提示\n* app模式建议为实验性质使用\n* 简化及增强了各个编译脚本内容\n\n2018-02-03 v0.2.2\n\n* 增加docker镜像编译脚本\n* 修改代码支持跨平台条件编译\n* 现在访问首页会默认跳往webui地址\n\n2018-02-02 v0.2.1\n\n* 优化构建脚本，更好支持不同平台交叉编译\n* 增加不同版本构建main入口\n\n2018-02-01 v0.2.0\n\n* 增加多语方支持，目前支持：简体中文（默认）、英文（不完全）\n* 恢复app模式（webview），并默认编译\n* 请求支持高级选项模式，可批量请求，并提供统计报告\n\n2017-09-12 v0.1.3\n\n* 拆分webpack为dev、prod环境\n* 升级相关依赖项\n\n---\n\n2017-09-10 v0.1.2\n\n* 项目初始化","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaaksam%2Fgoman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaaksam%2Fgoman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaaksam%2Fgoman/lists"}