VueJS + Golang = A HashiCorp Vault UI

<p>Hey guys, I made an UI for HashiCorp Vault, with VueJS as frontend and Golang Echo as backend</p> <p>Source code (MPL2.0): <a href="https://github.com/Caiyeon/goldfish">https://github.com/Caiyeon/goldfish</a></p> <p>Live demo: <a href="https://v...阅读全文

2017-05-15 18:00:05

Get letsencrypt to work with traefik.

<p>I have just begun looking at traefik as a reverse proxy for my nodejs application I am running in docker.</p> <p>Now I am looking into how to get letsencrypt to work with traefik. I have never tried something like this before, and I am therefore ...阅读全文

2017-05-23 04:00:09

GoCollaborate: 用一百行代码写一个基于 Golang 的实时分布式计算应用

## 为什么我要写这篇文章 作为一枚技术 Doge,每天总免不了和不懂技术的老板 探(si) 讨(bi) 业务的实现可能性; 前一段日子,老板在深(bi) 入(jiao) 调(jia) 研(ge) 之后决定引入一个第三方 IOT 平台,通过 RESTful API 实时反馈设备的监测数据,而因为公司业务的特殊性,所获得的原始监测数据我们无法直接使用,而是必须经过一番计算。以为每位登录后台的用户显示过去一周的实时能源消耗为例,我们需要在十五秒内完成大约 60 MB (120 万条记录) ...阅读全文

2017-11-13 00:09:33

Interface design

<p>I use two (standard) phrases/prompts to help me think about interface design. What do others use?</p> <ul> <li><p>“do-er” eg stdlib io.Reader (Read), io.Writer (Write). If thinking about “humans” (child, student, tourist), I might start with Walk...阅读全文

2017-11-27 15:00:34

Base64 decode & binary file delivery question

<p>Scratching my head a bit here and looking for some guidance. I&#39;m putting together a prototype app using gin-gonic that stores webform uploaded documents into a SQL backend, encoded to base64. That part seems to be going well.</p> <p>When crea...阅读全文

2018-01-19 01:30:12

GoBelieveIO IM-开源的Golang IM

开源的Golang IM github:https://github.com/GoBelieveIO/im_service im service性能指标: 1.支持点对点消息, 群组消息, 聊天室消息 2.支持集群部署 3.单机支持50w用户在线 4.单机处理消息5000条/s 5.支持超大群组(3000人) 6.服务器硬件指标:32g 16核 编译运行: 1.安装go编译环境 参考链接:https...阅读全文

2018-05-07 09:57:45

在线 SQL 转 ElasticSearch DSL

传送门:[https://printlove.cn/tools/sql2es](https://printlove.cn/tools/sql2es) ## 效果图 ![](https://l.ruby-china.com/photo/2825873215/3c593c9e-2b66-443d-b0ef-8ec0dbe6ae53.png!large) ## 当前支持 - [x] sql and expression - [x] sql or expression -...阅读全文

2021-08-19 10:47:24

内网穿透工具 natpass v0.6.0 版本发布,新增远程桌面功能

项目地址: https://github.com/lwch/natpass 经过1个月的代码合并,远程桌面功能终于上线了,本次提供的远程桌面功能仅支持windows操作系统。使用了类似VNC的方式进行实现,无需开启windows远程桌面。下一步的目标是实现远程文件传输,这样就是一个完整的带内网穿透功能的jump server了。 1. 较小的内存占用(约20M左右) 2. 支持tls安全连接 3. 支持多路异步IO 4. 支持虚拟链路层 5. 支持链路和终端会话监控 6. ...阅读全文

2021-11-05 10:42:51