Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leelance authored Jun 21, 2017
1 parent 79e5631 commit c36eede
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spring-boot-websocket-netty-server/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# spring-boot-websocket-netty-server, 依赖spring-boot-parent
* [spring-boot](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/)
* [Netty](http://netty.io/)

Spring Boot: user notifications with web socket

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

### Build and run

![image](https://github.com/leelance/spring-boot-all/blob/master/spring-boot-websocket-netty-server/1.png)
![image](https://github.com/leelance/spring-boot-all/blob/master/spring-boot-websocket-netty-server/2.png)
![image](https://github.com/leelance/spring-boot-all/blob/master/spring-boot-websocket-netty-server/3.png)
![image](https://github.com/leelance/spring-boot-all/blob/master/spring-boot-websocket-netty-server/4.png)
#### Configurations
```java
@SpringBootApplication
Expand Down

0 comments on commit c36eede

Please sign in to comment.