几个油腻大叔,历时八年时间打造的运营级别的开源即时通讯聊天软件
唐僧叨叨即时通讯业务端
开源地址: https://github.com/TangSengDaoDao/TangSengDaoDaoServer
唐僧叨叨即时通讯通讯端(悟空 IM )
开源地址: https://github.com/WuKongIM/WuKongIM
==================帮忙点点🙏 Star Start==================
==================帮忙点点🙏 Star End==================
![]() |
1
hpan 121 天前
有哪些应用场景?
|
![]() |
3
Alloyt 121 天前
有 telegram 、微信、WhatsApp 为啥用你这个?
|
![]() |
5
cat9life 121 天前
可以私有化部署好评。有端到端加密吗?
|
![]() |
9
choochoofly 121 天前
那怎么盈利啊,技术支持?
|
![]() |
10
wkong OP @choochoofly 卖插件
|
11
7897894 120 天前
我想自己部署 这两个用哪个啊
开源地址: https://github.com/TangSengDaoDao/TangSengDaoDaoServer 开源地址: https://github.com/WuKongIM/WuKongIM |
12
7897894 120 天前
# The IP address of the server.
EXTERNAL_IP= 这个必须填外网 IP 吗?可以写 docker 的内部地址吗? |
14
fancy2020 120 天前
还以为截图上的是你的 App
|
16
fancy2020 120 天前
截图不是 Telegram 吗?在你们网站上只看到有个 Web 的 demo ,没找到下载 App 的地方
|
18
7897894 120 天前
|
20
7897894 120 天前
@wkong #19 大佬 这里的 IP
``` # The IP address of the server. EXTERNAL_IP= ``` 能不能写成 **docker 容器名+端口**的形式呢?在 docker 中两个容器在同一个网络的情况下,就可以通过容器名来连接 比如写成`tangsengdaodaoserver:8090` 或者 `wukongim:5300` 可以吗? 比如这样一个容器 ``` db: image: mariadb ports: - "3306:3306" environment: MARIADB_ROOT_PASSWORD: "test" networks: - test ``` 在填写数据库信息的时候,一般都是填`127.0.0.1:3306`或者`localhost:3306` 但是 docker 下可以写成`db:3306` |
21
Dganzh 120 天前
先 star ,有空再看
|
![]() |
24
flyqie 120 天前 via Android
go 写的?
挺不错。 |