{"id":25526199,"url":"https://github.com/srivardhan0909/talknest","last_synced_at":"2026-02-14T19:03:03.445Z","repository":{"id":278449441,"uuid":"926179032","full_name":"srivardhan0909/TalkNest","owner":"srivardhan0909","description":"A feature-rich real-time chat application ","archived":false,"fork":false,"pushed_at":"2025-02-02T18:35:16.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T22:41:46.330Z","etag":null,"topics":["expressjs","mongodb","node-js","reactjs","socket-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srivardhan0909.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-02T18:29:21.000Z","updated_at":"2025-02-07T17:22:24.000Z","dependencies_parsed_at":"2025-02-19T21:17:00.756Z","dependency_job_id":"62a5cefb-a36d-4cda-b175-0109300255ef","html_url":"https://github.com/srivardhan0909/TalkNest","commit_stats":null,"previous_names":["srivardhan0909/talknest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srivardhan0909/TalkNest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srivardhan0909%2FTalkNest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srivardhan0909%2FTalkNest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srivardhan0909%2FTalkNest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srivardhan0909%2FTalkNest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srivardhan0909","download_url":"https://codeload.github.com/srivardhan0909/TalkNest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srivardhan0909%2FTalkNest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","mongodb","node-js","reactjs","socket-io"],"created_at":"2025-02-19T21:16:58.392Z","updated_at":"2026-02-14T19:03:03.440Z","avatar_url":"https://github.com/srivardhan0909.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-time Chat Application\n\nA feature-rich real-time chat application built with the MERN stack (MongoDB, Express.js, React.js, Node.js), Socket.io, and modern styling libraries.\n\n## 🌟 Features\n\n- Real-time messaging using Socket.io\n- User authentication and authorization with JWT\n- Responsive UI with Tailwind CSS \n- Online user status tracking\n- Global state management using Zustand\n- Comprehensive error handling\n- Professional deployment configuration\n\n## 🚀 Tech Stack\n\n- **Frontend:**\n  - React.js\n  - TailwindCSS\n  - Socket.io-client\n  - Zustand\n\n- **Backend:**\n  - Node.js\n  - Express.js\n  - MongoDB\n  - Socket.io\n  - JSON Web Tokens\n\n## 🛠️ Installation Steps\n\n1. Clone the repository\n```bash\ngit clone https://github.com/yourusername/realtime-chat-app.git\n```\n\n2. Change the working directory\n```bash\ncd realtime-chat-app\n```\n\n3. Install dependencies\n```bash\nnpm install\n```\n\n4. Create `.env` file in root and add your variables\n```env\nPORT=5000\nMONGO_DB_URI=your_mongodb_uri\nJWT_SECRET=your_jwt_secret\nNODE_ENV=development\n```\n\n5. Run the app\n```bash\nnpm run dev\n```\n\n## 🏗️ Building for Production\n\n1. Create a production build\n```bash\nnpm run build\n```\n\n2. Start the production server\n```bash\nnpm start\n```\n\n## 💻 Usage\n\n1. Register a new account or login with existing credentials\n2. Start chatting with online users in real-time\n3. View online/offline status of other users\n4. Enjoy seamless real-time communication!\n\n\n## 📝 Environment Variables\n\nThe following environment variables are required for the application to run:\n\n| Variable | Description |\n| -------- | ----------- |\n| PORT | Port number for the server |\n| MONGO_DB_URI | MongoDB connection string |\n| JWT_SECRET | Secret key for JWT authentication |\n| NODE_ENV | Development/Production environment |\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n## 🙏 Acknowledgments\n\n- Socket.io documentation\n- MongoDB documentation\n- TailwindCSS community\n\n## ⭐ Show your support\n\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrivardhan0909%2Ftalknest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrivardhan0909%2Ftalknest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrivardhan0909%2Ftalknest/lists"}