{"id":17702361,"url":"https://github.com/shobhit2205/rhinomeet","last_synced_at":"2025-05-07T14:31:35.413Z","repository":{"id":258500158,"uuid":"872759633","full_name":"Shobhit2205/RhinoMeet","owner":"Shobhit2205","description":"RhinoMeet - Random chat website","archived":false,"fork":false,"pushed_at":"2025-03-01T11:10:25.000Z","size":9844,"stargazers_count":13,"open_issues_count":8,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T11:01:42.104Z","etag":null,"topics":["github","hacktober","hacktoberfest","hacktoberfest2024","javascript","nodejs","omegle","omegle-clone","reactjs","screensharing","socket-io","typescript","videocall","webrtc"],"latest_commit_sha":null,"homepage":"https://rhinomeet.com","language":"TypeScript","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/Shobhit2205.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-10-15T02:58:03.000Z","updated_at":"2025-03-17T05:23:43.000Z","dependencies_parsed_at":"2024-10-24T22:19:36.806Z","dependency_job_id":"24b51aad-44af-40da-b7e3-b8dc52fb540f","html_url":"https://github.com/Shobhit2205/RhinoMeet","commit_stats":null,"previous_names":["shobhit2205/rhinomeet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shobhit2205%2FRhinoMeet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shobhit2205%2FRhinoMeet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shobhit2205%2FRhinoMeet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shobhit2205%2FRhinoMeet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shobhit2205","download_url":"https://codeload.github.com/Shobhit2205/RhinoMeet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895692,"owners_count":21821202,"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":["github","hacktober","hacktoberfest","hacktoberfest2024","javascript","nodejs","omegle","omegle-clone","reactjs","screensharing","socket-io","typescript","videocall","webrtc"],"created_at":"2024-10-24T19:06:40.142Z","updated_at":"2025-05-07T14:31:35.385Z","avatar_url":"https://github.com/Shobhit2205.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RhinoMeet\n\nRhinoMeet is a WebRTC-based video chat application inspired by Omegle. It allows users to connect and communicate in real-time via audio, video, and text chat. The application leverages WebSockets for signaling and WebRTC for media transmission between peers. Users can join random video chats with other connected users, enjoy features like screen sharing, skipping users, and real-time text messaging.\n\n## Features\n\n- **Real-time video and audio chat**: Connect instantly with peers using WebRTC technology for seamless communication.\n- **Random user matching**: Enjoy the spontaneity of random pairing, just like Omegle, for engaging video chat sessions.\n- **Screen sharing**: Share your screen with the connected user during your conversation for added interactivity.\n- **Text messaging**: Send and receive real-time messages while on a video chat for a complete chat experience.\n- **Skip functionality**: Easily skip the current user and connect with a new one in seconds.\n- **Peer-to-peer connection**: High-quality, efficient media transmission powered by WebRTC for smooth video and audio calls.\n- **Echo cancellation and noise suppression**: Built-in browser features ensure crisp and clear audio without background noise or echoes.\n\n## Installation\n\nTo install and run this project locally, follow these steps:\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/Shobhit2205/RhinoMeet.git\n    ```\n\n2. Navigate to the folder:\n\n    ```bash\n    cd RhinoMeet\n    ```\n\n### Backend Setup\n\n1. Install dependencies:\n\n    ```bash\n    cd server\n    npm install\n    ```\n\n2. Set up environment variables:\n\n   ```bash\n    cp .env.example .env\n    ```\n\n3. Start the backend server:\n\n    ```bash\n    npm run start:dev\n    ```\n\n    The server should now be running on [http://localhost:8000](http://localhost:8000).\n\n### Frontend Setup\n\n1. starting frontend and Install dependencies:\n\n    ```bash\n    cd client\n    npm install\n    ```\n\n2. Set up environment variables:\n\n    ```bash\n    cp .env.example .env\n    ```\n\n3. Start the Frontend:\n\n    ```bash\n    npm run dev\n    ```\n\n    The client should now be running on [http://localhost:5173](http://localhost:5173).\n\n## Usage\n\n1. Open your browser and navigate to the frontend of your application.\n2. Once connected, the application will randomly match you with another online user.\n3. You can engage in video chat, share your screen, send messages, and skip users.\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch:\n\n    ```bash\n    git checkout -b feature/your-feature\n    ```\n\n3. Make your changes and commit them:\n\n    ```bash\n    git commit -m \"Add a new feature\"\n    ```\n\n4. Push your changes:\n\n    ```bash\n    git push origin feature/your-feature\n    ```\n\n5. Submit a pull request.\n\n## Acknowledgments\n\n- Inspired by [Omegle](https://www.omegle.com/).\n- Powered by WebRTC and WebSockets for real-time communication.\n\n## Author\n\n- [Shobhit Pandey](https://github.com/Shobhit2205) - [shobhitpandey2205@gmail.com](shobhitpandey2205@gmail.com)\n\n## Screenshots\n\n![Screenshot 1](screenshots/screenshot1.png)\n\n![Screenshot 2](screenshots/screenshot2.png)\n\n![Screenshot 3](screenshots/screenshot3.png)\n\n![Screenshot 4](screenshots/screenshot4.png)\n\n![Screenshot 5](screenshots/screenshot5.png)\n\n\u003c!--\nKeywords: omegle, omegle clone github, videochat application github, random chat, github, mern stack project github, mern project, typescript, nodejs, socket-io, socketio, webrtc, websocket, real time communication, learn webrtc, open source project, Random Video chat, Random call, Video call, omegel clone, omegle type apps, Rhinomeet, rhinomeet.com, meet, random chat, messages, video chat, screen sharing, real-time messaging, secure video calls\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshobhit2205%2Frhinomeet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshobhit2205%2Frhinomeet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshobhit2205%2Frhinomeet/lists"}