https://github.com/linthithtwe/realtimechatapp_nextjs_redis
Realtime Chat App with NEXTJs and Redis
https://github.com/linthithtwe/realtimechatapp_nextjs_redis
chat next-auth nextjs14 realtime-chat redis
Last synced: 2 months ago
JSON representation
Realtime Chat App with NEXTJs and Redis
- Host: GitHub
- URL: https://github.com/linthithtwe/realtimechatapp_nextjs_redis
- Owner: LinThitHtwe
- Created: 2024-03-01T04:49:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T03:07:58.000Z (over 1 year ago)
- Last Synced: 2025-02-05T22:53:03.738Z (8 months ago)
- Topics: chat, next-auth, nextjs14, realtime-chat, redis
- Language: TypeScript
- Homepage: https://real-time-chat-app-next-js-redis.vercel.app
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Chat with NextJs and Redis
### Tools use
- NextJs
- NextAuth
- Pusher
- Redis
- TailwindCss### Features
- You can login or signup with Google.
- You can add friend by their email ( Only to the person who have already created account in this )
- You can accept or reject friends
- You can chat with your friends.### Credit
This is a tutorial project by [joschan21](https://github.com/joschan21/nextjs-realtime-chat)
NextJs Porject Setup
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!