几个油腻大叔,历时八年时间打造的运营级别的开源即时通讯聊天软件
唐僧叨叨即时通讯业务端
开源地址: https://github.com/TangSengDaoDao/TangSengDaoDaoServer
唐僧叨叨即时通讯通讯端(悟空 IM )
开源地址: https://github.com/WuKongIM/WuKongIM
==================帮忙点点 Star Start==================
==================帮忙点点 Star End==================
![]() | 1 hpan 2023-08-08 09:57:00 +08:00 有哪些应用场景? |
![]() | 3 Alloyt 2023-08-08 10:29:37 +08:00 有 telegram 、微信、WhatsApp 为啥用你这个? |
![]() | 5 cat9life 2023-08-08 10:48:10 +08:00 可以私有化部署好评。有端到端加密吗? |
![]() | 9 choochoofly 2023-08-08 13:56:12 +08:00 那怎么盈利啊,技术支持? |
![]() | 10 wkong OP @choochoofly 卖插件 |
11 7897894 2023-08-08 15:19:05 +08:00 我想自己部署 这两个用哪个啊 开源地址: https://github.com/TangSengDaoDao/TangSengDaoDaoServer 开源地址: https://github.com/WuKongIM/WuKongIM |
12 7897894 2023-08-08 16:39:34 +08:00 # The IP address of the server. EXTERNAL_IP= 这个必须填外网 IP 吗?可以写 docker 的内部地址吗? |
14 fancy2020 2023-08-08 16:41:21 +08:00 还以为截图上的是你的 App |
16 fancy2020 2023-08-08 16:59:23 +08:00 截图不是 Telegram 吗?在你们网站上只看到有个 Web 的 demo ,没找到下载 App 的地方 |
18 7897894 2023-08-08 17:30:52 +08:00 |
20 7897894 2023-08-08 21:34:31 +08:00 @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 2023-08-08 23:26:49 +08:00 先 star ,有空再看 |
![]() | 22 wkong OP @7897894 EXTERNAL_IP 这个 IP 是给外部访问的 你填容器名外部怎么访问? app 能访问到你的容器名? |
![]() | 24 flyqie 2023-08-09 03:02:34 +08:00 via Android go 写的? 挺不错。 |