Skip to content

Commit c36eede

Browse files
authored
Update README.md
1 parent 79e5631 commit c36eede

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-websocket-netty-server/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# spring-boot-websocket-netty-server, 依赖spring-boot-parent
2+
* [spring-boot](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/)
3+
* [Netty](http://netty.io/)
4+
25
Spring Boot: user notifications with web socket
36

47
This example will shows how to send notifications, via web socket, to specific logged-in users.
@@ -7,6 +10,10 @@ Could be useful, for example, if you are trying to implement a real-time user no
710

811
### Build and run
912

13+
![image](https://github.com/leelance/spring-boot-all/blob/master/spring-boot-websocket-netty-server/1.png)
14+
![image](https://github.com/leelance/spring-boot-all/blob/master/spring-boot-websocket-netty-server/2.png)
15+
![image](https://github.com/leelance/spring-boot-all/blob/master/spring-boot-websocket-netty-server/3.png)
16+
![image](https://github.com/leelance/spring-boot-all/blob/master/spring-boot-websocket-netty-server/4.png)
1017
#### Configurations
1118
```java
1219
@SpringBootApplication

0 commit comments

Comments
 (0)