{"id":18997209,"url":"https://github.com/raccoon254/nextjs-chat-application","last_synced_at":"2026-04-13T19:31:04.958Z","repository":{"id":249969046,"uuid":"833079891","full_name":"Raccoon254/nextjs-chat-application","owner":"Raccoon254","description":"A real-time chat application built with Next.js and Socket.IO, featuring private messaging and user presence indicators.","archived":false,"fork":false,"pushed_at":"2024-07-24T10:56:13.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T12:29:15.973Z","etag":null,"topics":["messaging","nextjs","nextjs14","nextjschatapp","react","realtime-chat","realtime-messaging","socket-io","tailwindcss","websockets"],"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/Raccoon254.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":"2024-07-24T10:06:25.000Z","updated_at":"2024-07-28T16:52:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"937adb50-c4b0-41c7-b8b3-e6d97985f1e9","html_url":"https://github.com/Raccoon254/nextjs-chat-application","commit_stats":null,"previous_names":["raccoon254/nextjs-chat-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Raccoon254/nextjs-chat-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raccoon254%2Fnextjs-chat-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raccoon254%2Fnextjs-chat-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raccoon254%2Fnextjs-chat-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raccoon254%2Fnextjs-chat-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raccoon254","download_url":"https://codeload.github.com/Raccoon254/nextjs-chat-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raccoon254%2Fnextjs-chat-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["messaging","nextjs","nextjs14","nextjschatapp","react","realtime-chat","realtime-messaging","socket-io","tailwindcss","websockets"],"created_at":"2024-11-08T17:38:29.683Z","updated_at":"2026-04-13T19:31:04.922Z","avatar_url":"https://github.com/Raccoon254.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-Time Chat Application\n\nA simple, real-time chat application built with Next.js and Socket.IO. This application allows users to join a chat room, see other online users, and engage in private conversations.\n\n## Features\n\n- Real-time messaging using Socket.IO\n- User presence (online/offline status)\n- Private messaging between users\n- Typing indicators\n- Responsive design using Tailwind CSS\n\n## Technologies Used\n\n- [Next.js](https://nextjs.org/)\n- [React](https://reactjs.org/)\n- [Socket.IO](https://socket.io/)\n- [Tailwind CSS](https://tailwindcss.com/)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone git@github.com:Raccoon254/nextjs-chat-application.git\n   ```\n    or\n    ```\n    git clone https://github.com/Raccoon254/nextjs-chat-application.git\n    ```\n\n2. Navigate to the project directory:\n   ```\n   cd nextjs-chat-application\n   ```\n\n3. Install dependencies:\n   ```\n   npm install\n   ```\n   or\n   ```\n   yarn install\n   ```\n\n4. Create a `.env.local` file in the root directory and add your environment variables:\n   ```\n   NEXT_PUBLIC_SOCKET_URL=http://localhost:3000\n   ```\n\n### Running the Application\n\n1. Start the development server:\n   ```\n   npm run dev\n   ```\n   or\n   ```\n   yarn dev\n   ```\n\n2. Open your browser and navigate to `http://localhost:3000`\n\n## Usage\n\n1. Enter your name and click \"Join\" to enter the chat room.\n2. You'll see a list of other online users on the left side of the screen.\n3. Click on a user's name to start a private conversation with them.\n4. Type your message in the input field at the bottom and click \"Send\" or press Enter to send the message.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraccoon254%2Fnextjs-chat-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraccoon254%2Fnextjs-chat-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraccoon254%2Fnextjs-chat-application/lists"}