Skip to content

Instantly share code, notes, and snippets.

View Azerii's full-sized avatar
🏠
Working from home

Odinaka Ezennia Azerii

🏠
Working from home
View GitHub Profile
@Azerii
Azerii / channels.tsx
Created July 13, 2023 19:26 — forked from sudkumar/channels.tsx
Web-Sockets in ReactJS with PusherJs and Laravel Echo with public and private channels
import React, { useEffect, useState, useMemo } from "react"
import Echo from "laravel-echo"
import Pusher from "pusher-js"
/**
* Pusher configuration
*/
const pusherConfig = {
key: '<your_pusher_key_here>',
cluster: '<pusher_cluster>',