All Projects → zaaksam → Goman

zaaksam / Goman

Licence: mit
a web app like postman

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Goman

dproxy
简易的网络代理工具,带有IP白名单限制管,带有简洁的UI管理界面,提供丰富的API接口,可方便的与各个系统集成,可编译为单文件运行
Stars: ✭ 25 (-51.92%)
Mutual labels:  beego, iview
American Tv News Powered By Beego
使用beego写的美剧资讯种子下载网站(应为模板使用的.html后缀系统判断为html,其实是golang写的)
Stars: ✭ 31 (-40.38%)
Mutual labels:  beego
Mindoc
Golang实现的基于beego框架的接口在线文档管理系统
Stars: ✭ 5,373 (+10232.69%)
Mutual labels:  beego
Go jwt
golang for websocket wechat or weixin and jwt,http ratelimit
Stars: ✭ 19 (-63.46%)
Mutual labels:  beego
Vue Table With Tree Grid
A table (with tree-grid) component for Vue.js 2.0. (Its style extends @iView)
Stars: ✭ 658 (+1165.38%)
Mutual labels:  iview
Smart Admin
SmartAdmin 使用 SpringBoot和Vue,前后端分离,我们希望用一套漂亮的代码和一套整洁的代码规范,让大家在这浮躁的代码世界里感受到一股把代码写好的清流!同时又让开发者节省大量的时间,减少加班,快乐工作,热爱生活。SmartAdmin 让你从认识到忘不了,绝对是你最想要的!
Stars: ✭ 930 (+1688.46%)
Mutual labels:  iview
Iview
admin template based on Vue CLI 3 & iView. 基于 Vue CLI 3 + iView 的 Vue.js 后台管理系统。
Stars: ✭ 485 (+832.69%)
Mutual labels:  iview
Iviewxx
在iview的基础上开发新组件,如果有天iview更新请以iview为主
Stars: ✭ 39 (-25%)
Mutual labels:  iview
Work
beego work 前后分离项目框架
Stars: ✭ 28 (-46.15%)
Mutual labels:  beego
Esview
此项目已暂停开发
Stars: ✭ 761 (+1363.46%)
Mutual labels:  iview
Ppgo apiadmin
go-API-manage
Stars: ✭ 728 (+1300%)
Mutual labels:  beego
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+45919.23%)
Mutual labels:  iview
Pic Gather
[ Closed ] 🎨 image collector, which supports custom acquisition source configuration and is compatible with MacOS and Windows operating systems.
Stars: ✭ 842 (+1519.23%)
Mutual labels:  iview
Go Admin
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
Stars: ✭ 5,580 (+10630.77%)
Mutual labels:  beego
Nideadmin
【未完成】NideAdmin - 基于 Vue.js + Egg.js 的微信小程序后台框架
Stars: ✭ 35 (-32.69%)
Mutual labels:  iview
Mux
A high performance and powerful trie based url path router for Go.
Stars: ✭ 487 (+836.54%)
Mutual labels:  beego
Iview Weapp
一套高质量的微信小程序 UI 组件库
Stars: ✭ 6,145 (+11717.31%)
Mutual labels:  iview
Goapiserver
A golang api server demo that contains usage of Redis and MySQL.
Stars: ✭ 22 (-57.69%)
Mutual labels:  beego
Dbblog
基于SpringBoot2.x+Vue2.x+ElementUI+Iview+Elasticsearch+RabbitMQ+Redis+Shiro的多模块前后端分离的博客项目
Stars: ✭ 1,045 (+1909.62%)
Mutual labels:  iview
Documents
weitan documents
Stars: ✭ 37 (-28.85%)
Mutual labels:  beego

goman

A web app like postman

已发布平台(go1.9.x编译)

web版,可以使用chrome等浏览器,拥有更好的体验

app版,独立运行,更简洁,但有些限制

docker版,更简单的尝鲜使用

  • docker pull zaaksam/goman 或者指定版本 docker pull zaaksam/goman:0.3.1

  • docker run -p 8080:8080 zaaksam/goman

  • 在浏览中打开:http:127.0.0.1:8080

注意:docker模式下,goman处在容器内,无法使用 localhost(127.0.0.1) 来请求宿主机的网络资源

界面预览

0.3.1版界面相对0.3.0基本没有变化

windows web版

macos web版

macos app版 (windows版基本雷同)

技术资源

Backend Go + Beego

Frontend Typescript + Vue + iView

web版引导界面使用了 Knockout + layui样式

GUI使用了 https://github.com/zserge/webview

请求耗时统计部份参考了 https://github.com/rakyll/hey 代码

更新日志

2018-02-09 v0.3.1

  • 解决了IE10/IE11的不兼容问题,win app版来了
  • 临时解决了mac app版滚动时卡顿问题
  • web端心跳包增加了随机数,避免IE缓存
  • web端引导页现在不默认打开浏览器了
  • web端引导页现在会显示运行的URL地址

2018-02-08 v0.3.0

  • 更便捷的web模式运行方式
  • web模式下增加了浏览器与应用的互相监测
  • docker模式下请求localhost(127.0.01)时会收到警告提示
  • app模式建议为实验性质使用
  • 简化及增强了各个编译脚本内容

2018-02-03 v0.2.2

  • 增加docker镜像编译脚本
  • 修改代码支持跨平台条件编译
  • 现在访问首页会默认跳往webui地址

2018-02-02 v0.2.1

  • 优化构建脚本,更好支持不同平台交叉编译
  • 增加不同版本构建main入口

2018-02-01 v0.2.0

  • 增加多语方支持,目前支持:简体中文(默认)、英文(不完全)
  • 恢复app模式(webview),并默认编译
  • 请求支持高级选项模式,可批量请求,并提供统计报告

2017-09-12 v0.1.3

  • 拆分webpack为dev、prod环境
  • 升级相关依赖项

2017-09-10 v0.1.2

  • 项目初始化
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].