Skip to content

– A fast, real-time chat app powered by Socket io with instant messaging, typing indicators, user presence, and a sleek UI for seamless conversations! πŸš€βš‘

Notifications You must be signed in to change notification settings

jeslor/nextjs_socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Next_chat_app πŸ—¨οΈπŸ’¬

Next_chat_app is a real-time chat app built with Next.js, Tailwind CSS, and Socket IO for instant messaging and seamless user interactions! πŸš€βš‘

πŸš€ Features

βœ… Live Messaging – Instant real-time chat powered by Socket IO.
βœ… Typing Indicators – Know when someone is typing.
βœ… User Presence – See who is online.
βœ… Modern UI – Styled with Tailwind CSS for a sleek look.
βœ… Scalable & Fast – Built with Next.js for optimal performance.

πŸ›  Tech Stack

  • Frontend: Next.js, React, Tailwind CSS
  • Backend: Next.js API Routes
  • Real-time: Socket IO

πŸ“¦ Installation

Clone the repository:

git clone https://github.com/jeslor/next_chat_app.git
cd Next_chat_app

Install dependencies:

npm install  # or yarn install

πŸ”‘ Configuration

Create a .env.local file and add your Pusher credentials:

MONGODB_URI=mongoDb database url
AUTH_SECRET= next auth secret
NEXTAUTH_URL=local development
CLOUDINARY_CLOUD_NAME=cloudinary nae
CLOUDINARY_API_KEY=cloudinary apikey
CLOUDINARY_API_SECRET=cloudinary secret
CLOUDINARY_URL=cloudinary:cloudinary url
NEXT_PUBLIC_BASE_URL=next auth public url
PORT=your port

πŸš€ Running the App

Start the development server:

npm run dev  # or yarn dev

Your app will be running at http://localhost:3000.

πŸ“œ License

This project is open-source and available under the MIT License.

About

– A fast, real-time chat app powered by Socket io with instant messaging, typing indicators, user presence, and a sleek UI for seamless conversations! πŸš€βš‘

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published