Aug 31, 2022
0
Level 1
can not show messages received in console with pusher and websocket
for project i used pusher to create realtime chat using laravel 9 . i can send message from front end to backend with api but can not received messages from backend
chat channel created but won't show up anything
Echo.channel('chat').listen('.MyMessage', (e) => {
console.log(e)
})
Please or to participate in this conversation.