Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
castmetal authored Jul 31, 2022
1 parent 3f1371b commit 5f46939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Case 1: Publish Message and Receive a Result

![how it Works](https://raw.githubusercontent.com/castmetal/websockets-in-go-boilerplate/main/WebsocketFlow1.png)
![how it Works](https://raw.githubusercontent.com/castmetal/websocket-in-go-boilerplate/main/WebsocketFlow1.png)

> Easy Websocket Boilerplate in Go
Expand All @@ -16,7 +16,7 @@

## Case 2: Publish to All Clients

![how it Works](https://raw.githubusercontent.com/castmetal/websockets-in-go-boilerplate/main/WebsocketFlow2.png)
![how it Works](https://raw.githubusercontent.com/castmetal/websocket-in-go-boilerplate/main/WebsocketFlow2.png)

- Publish a message to all TCP active connections. This example is common when you need to send to all clients a state or a new notify message about a new content and you need update your app with this

Expand Down Expand Up @@ -44,4 +44,4 @@

```sh
go run ./examples/write-to-all-clients/client.go YourArgMessage
```
```

0 comments on commit 5f46939

Please sign in to comment.