This is a Live chat app using Next.js and Pusher Api.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
First Input user info to start chat
This project Does not verify user info and just use name as sender
Start chat
You need your Pusher app api and replace env file
To learn more about Next.js, take a look at the following resources:
- Pusher Channel - learn about Pusher features and API.
- Learn Next.js - an interactive Next.js tutorial.