File tree 1 file changed +3
-17
lines changed
1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -40,25 +40,11 @@ npm i && npm run dev
40
40
41
41
## Broadcasting Directory
42
42
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
44
44
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.
46
46
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
62
48
63
49
## Server Side
64
50
You can’t perform that action at this time.
0 commit comments