V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  wkong  ›  全部回复第 13 页 / 共 13 页
回复总数  244
1 ... 4  5  6  7  8  9  10  11  12  13  
推荐:

https://github.com/WuKongIM/WuKongIM (单机百万,底层通讯)
https://github.com/TangSengDaoDao/TangSengDaoDaoServer (开源社区第二屌的即时通讯,高颜值开源)
313 天前
回复了 blackbookbj277 创建的主题 问与答 请问有开源的即时通讯软件么?
推荐:

https://github.com/WuKongIM/WuKongIM (单机百万)
https://github.com/TangSengDaoDao/TangSengDaoDaoServer (开源社区第二屌的即时通讯)
313 天前
回复了 gitrebase 创建的主题 Go 编程语言 关于 Go Web 项目的项目结构
开源项目
https://github.com/TangSengDaoDao/TangSengDaoDaoServer

项目结构:

├── assets
| ├── assets // 项目里用到的一些资源文件,比如系统账号头像,文件助手头像,系统群头像等等
| ├── resources // 文件服务需要初始化的一些资源文件 比如用户默认头像。
| ├── sql // 项目里的所有 sql 脚本
| └── web // 系统用到的 web 的一些 html 文件
├── configs // 项目里的所有配置
| ├── push // 苹果推送的证书放置目录
| └── tsdd.yaml // 项目的配置文件
├── docker // docker 相关的脚本
├── docs // 项目文档/截图
├── internal
| ├── api ==================== 项目所有对外的 API(业务代码基本都在这个目录下) ====================
| | ├── api.go // api 的所有模块的入口文件
| | ├── base // 基础模块
| | ├── channel // 频道模块
| | ├── common // 常用模块
| | ├── file // 文件服务模块
| | ├── group // 群组模块
| | ├── message // 消息模块
| | ├── qrcode // 二维码模块
| | ├── report // 举报模块
| | ├── robot // 机器人模块
| | ├── source // 来源模块
| | ├── statistics // 统计模块
| | ├── user // 用户模块
| | └── webhook // webhook 模块
| ================================================================================
| ├── config // 贯穿项目全局的上下文对象和配置对象
| ├── server // 服务启动
| | └── server.go
| └── testutil // 单元测试工具类
| └── test.go
├── pkg // 项目里的一些公共的包
├── testenv // 项目基础设施环境
| └── docker-compose.yaml
└── main.go // 项目入库 main.go 文件
推荐:

https://github.com/WuKongIM/WuKongIM (单机百万)
https://github.com/TangSengDaoDao/TangSengDaoDaoServer (开源社区第二屌的即时通讯)
1 ... 4  5  6  7  8  9  10  11  12  13  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   982 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 279ms · UTC 22:45 · PVG 06:45 · LAX 15:45 · JFK 18:45
Developed with CodeLauncher
♥ Do have faith in what you're doing.