1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

[docs update]Web 实时消息推送详解原文地址

This commit is contained in:
guide 2022-09-01 11:43:35 +08:00
parent fdc888af26
commit e29154b0e8
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
/node_modules
/package-lock.json
\*.drawio
*.drawio
.DS_Store
# VS Code Config file
.vscode/

View File

@ -6,7 +6,6 @@ tag:
---
> 原文地址https://shockerli.net/post/1000-line-mysql-note/ JavaGuide 对本文进行了简答排版,新增了目录。
> 作者:格物
非常不错的总结,强烈建议保存下来,需要的时候看一看。

View File

@ -10,6 +10,8 @@ head:
content: 消息推送通常是指网站的运营工作等人员,通过某种工具对用户当前网页或移动设备 APP 进行的主动消息推送。
---
> 原文地址https://juejin.cn/post/7122014462181113887JavaGuide 对本文进行了完善总结。
我有一个朋友做了一个小破站,现在要实现一个站内信 Web 消息推送的功能,对,就是下图这个小红点,一个很常用的功能。
![站内信 Web 消息推送](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/system-design/web-real-time-message-push/1460000042192380.png)