python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Handshake problem on websocket connection when using Laravel Echo Server as Pusher replacement
I want to use Laravel Echo Server as Pusher replacement
I am seeking the Laracast tutorial series for Laravel broadcasting: https://laracasts.com/series/get-real-with-laravel-echo.
I have succesfully ...
danilocgsilva
Votes: 0
Answers: 0
Laravel - Unlike the public channels, private channels don't work
I'm using Laravel 9.1, and trying to broadcast on private channels, but unlike the public channels, it doesn't work for some reason!
I have an event like this:
class newMessage implements ShouldBroadc...
X 47 48 - IR
Votes: 0
Answers: 0
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/firebase/iid/FirebaseInstanceId on pusher api
I would like to ask how to fix this because I tried researching it but, none of the answers I found on the web worked for me. I'm still registering the device for use on the pusher website and when I ...
Konmei
Votes: 0
Answers: 2
Unable to get the variable in my dom (vue.js)
<v-app>
<h1>This is students Page</h1>
<p>{{question}}</p>
</v-app>
</template>
<script>
import ChannelDetails from './ChannelDetails'
exp...
Alok Kumar
Votes: 0
Answers: 1