-
# [GoIM] 实现异步并发 worker 队列 - Yusank`s Site
[https://yusank.space/posts/goim-worker-pool/](https://yusank.space/posts/goim-worker-pool/)
-
When pulling the latest information from IMDB using `goim load -lists movies,ratings,plot,quotes` I see the following errors:
```
Reading movies list...
Could not parse '3b' as episode number in: Ju…
-
**v2.1 Roadmap:**
- [ ] websocket支持permessage-deflate压缩
- [ ] 消息队列接口抽象
- [ ] 服务发现组件抽象
---
希望大家可以提议对于版本所需要的功能
-
```
goim load -db goim.sqlite
Dropping indices for: atom, name, movie, tvshow, episode
Could not create gzip reader for 'movies': EOF
```
My system has gzip 1.6.
-
https://laohanlinux.github.io/2016/12/04/goim-analysis-of-source-code/
Rg's blog
-
## Background
The `github.com/Terry-Mao/goim` uses [Go modules](https://github.com/golang/go/wiki/Modules) and the current release version is `v2`. And it’s module path is `"github.com/Terry-Mao/goim…
-
直播服务器:
https://github.com/q191201771/lal
https://github.com/gwuhaolin/livego
聊天服务器:
https://github.com/alberliu/gim
https://github.com/Terry-Mao/goim
https://github.com/link1st/gowebsocket
-
conn, err := grpc.DialContext(ctx, "discovery://default/goim.logic",
以上这段建立logic的 grpc 链接,为啥 discovery://default/goim.logic 不是一个标准的tcp地址 却可以直接dial 很困惑
-
#### 部署discovery
1. git clone https://github.com/bilibili/discovery.git
2. mkdir -p dist/conf
3. cp cmd/discovery/discovery.toml dist/conf/discovery.toml
4. go build -o dist/bin/discovery cmd/disc…
92ppl updated
2 years ago
-
这几天找了一下关于go做im的开源项目,发现这个研究非常不错,比原版更轻量,也更符合go的生太体系,有没有计划把这个项目做的更完善一些,比如增加离线消息处理等。
arden updated
5 years ago