module
Version:
v0.0.0-...-ee5d6ac
Opens a new window with list of versions in this module.
Published: Jun 10, 2021
License: MIT
Opens a new window with license information.
README
¶
介绍
study_im 是一个练手项目, 用于学习开发 IM 领域相关知识
目录结构
$ tree -d
.
├── cmd
│ ├── c2c
│ │ └── log
│ ├── cli
│ ├── client
│ ├── gate
│ ├── gate_gnet
│ │ └── log
│ ├── login
│ ├── test
│ └── web
│ └── api
│ └── v1
├── codec
│ ├── frame
│ └── protobuf
├── config
├── dao
│ ├── mongo
│ ├── mysql
│ │ └── sql
│ ├── rabbit
│ └── redis
├── logger
├── pkg
├── processor
├── proto
│ ├── chat
│ ├── gate
│ ├── head
│ └── login
└── utils
Directories
¶
Click to show internal directories.
Click to hide internal directories.