Skip to content

Commit 60ff3ba

Browse files
docs: update readme
1 parent d3f7eda commit 60ff3ba

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,11 @@ npm i && npm run dev
4040

4141
## Broadcasting Directory
4242

43-
This project has a server-side part please take a look at the following section
43+
This project has a server-side part please take a look at the next section
4444

45-
As for broadcasting we're not using laravel webosckets instead, we're using soketi to install soketi please follow the instructions below:
45+
As for broadcasting we're using the offical reverb websocket section.
4646

47-
soketi may be easily installed via the NPM CLI:
48-
49-
```bash
50-
npm install -g @soketi/soketi
51-
```
52-
53-
Now we can run the websockets server, at your client-side root directory run the following command:
54-
55-
```bash
56-
soketi start --config ./broadcasting/soketi.json
57-
```
58-
59-
For more information about soketi please visit the offical website: https://soketi.app/
60-
61-
**Notice** that you can still using the laravel websockets but you will need to install it by your own on the server-side project.
47+
For more information about Reverb please visit the offical website: https://laravel.com/docs/reverb
6248

6349
## Server Side
6450

0 commit comments

Comments
 (0)