{"id":15132953,"url":"https://github.com/jithinbinoy2000/nextjs-chatapp-websocket","last_synced_at":"2026-02-12T11:03:05.221Z","repository":{"id":256176614,"uuid":"854505193","full_name":"jithinbinoy2000/NextJS-ChatAPP-Websocket","owner":"jithinbinoy2000","description":"Real-Time Chat Application With NextJS, WebSocket ,and Authentication","archived":false,"fork":false,"pushed_at":"2024-09-10T11:31:47.000Z","size":455,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T20:35:55.704Z","etag":null,"topics":["bycr","chat-application","mongodb","nextjs14","socket-io","websocket"],"latest_commit_sha":null,"homepage":"https://next-js-chat-app-websocket.vercel.app","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/jithinbinoy2000.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-09-09T09:45:00.000Z","updated_at":"2025-03-20T12:32:31.000Z","dependencies_parsed_at":"2024-09-10T12:53:29.657Z","dependency_job_id":null,"html_url":"https://github.com/jithinbinoy2000/NextJS-ChatAPP-Websocket","commit_stats":null,"previous_names":["jithinbinoy2000/nextjs-chatapp-websocket"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithinbinoy2000%2FNextJS-ChatAPP-Websocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithinbinoy2000%2FNextJS-ChatAPP-Websocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithinbinoy2000%2FNextJS-ChatAPP-Websocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithinbinoy2000%2FNextJS-ChatAPP-Websocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jithinbinoy2000","download_url":"https://codeload.github.com/jithinbinoy2000/NextJS-ChatAPP-Websocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jithinbinoy2000%2FNextJS-ChatAPP-Websocket/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259239035,"owners_count":22826846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bycr","chat-application","mongodb","nextjs14","socket-io","websocket"],"created_at":"2024-09-26T04:41:54.070Z","updated_at":"2026-02-12T11:03:05.183Z","avatar_url":"https://github.com/jithinbinoy2000.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Application\nA real-time chat application built with Node.js, MongoDB, JWT, and Socket.io for the backend, and Next.js for the frontend.\n\n## Features\n\n- Real-time messaging with WebSocket using Socket.io\n- User authentication with JWT\n- Chat rooms and user management\n- Responsive design\n\n## Backend\n\nThe backend is built with Node.js and provides the following features:\n\n- **Node.js**: Server-side runtime environment.\n- **MongoDB**: NoSQL database for storing user and chat data.\n- **JWT**: JSON Web Tokens for secure user authentication.\n- **Socket.io**: Real-time bidirectional event-based communication.\n\n## Frontend\n\nThe frontend is developed with Next.js and includes:\n\n- **Next.js**: React framework for server-side rendering and static site generation.\n\n## Installation\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- MongoDB instance\n\n### Setup\n\n**Clone the repository**\n\n\n   git clone https://github.com/yourusername/your-repo.git\u003cbr\u003e\n   cd your-repo \u003cbr\u003e\nInstall backend dependencies\u003cbr\u003e\n\n\n\ncd Server\u003cbr\u003e\nnpm install\u003cbr\u003e\nInstall frontend dependencies\u003cbr\u003e\n\u003cbr\u003e\n\n\ncd ../client\u003cbr\u003e\nnpm install\u003cbr\u003e\n\nConfigure environment variables\n\nCreate a .env file in the Server directory and add your MongoDB connection string and other configurations:\n\n.env\u003cbr\u003e\nMONGO_URI=mongodb://localhost:27017/yourdbname\u003cbr\u003e\nJWT_SECRET=your_jwt_secret\u003cbr\u003e\nRun the backend\u003cbr\u003e\n\n\ncd Server \u003cbr\u003e\nnpm start\u003cbr\u003e\nRun the frontend\n\u003cbr\u003e\n\n\ncd ../client\u003cbr\u003e\nnpm run dev\u003cbr\u003e\nThe frontend will be available at http://localhost:3000.\n\u003cbr\u003e\nUsage\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\nOpen http://localhost:3000 in your browser.\u003cbr\u003e\nRegister a new account or log in with an existing one.\u003cbr\u003e\nJoin chat rooms and start messaging in real-time.\u003cbr\u003e\nContributing\u003cbr\u003e\nFeel free to open issues or submit pull requests to improve the application.\n\n\n\nContact\nFor any questions or support, please contact jithinbinoyp@gmail.com.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjithinbinoy2000%2Fnextjs-chatapp-websocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjithinbinoy2000%2Fnextjs-chatapp-websocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjithinbinoy2000%2Fnextjs-chatapp-websocket/lists"}