An alternative real time chat app
Install the npm dependencies with: npm install
Create a .env file based on the given sample
Then, run the development server: npm run dev
Open http://localhost:3000 with your browser to see the result
- Pagination and Infinite scrolling for messages in chat
- Popup mini-profile when clicking on sender image in chatwindow
- Admins being able to delete messages
- Reactions and Replies
