第一次写这种技术博客

This commit is contained in:
dongdigua 2022-05-27 21:51:07 +08:00
parent 37e3a10385
commit 9f637f2805

19
p2p_chat.md Normal file
View File

@ -0,0 +1,19 @@
# 讲一讲我前段树间做的一个点对点加密聊天软件
## 版权声明
本文章**仅在**B站专栏和本人github pages发布,
转载给爷**标上源链接(github和B站的链接都得标)**,
敢在某些平台转载投自制的**你\*\**!**
## 使用到的技术
## 大体架构
## 客户端实现
### escript
### socket
### GenServer
### 用户交互CLI
## 服务端实现
### socket
### 数据库