{"id":24779294,"url":"https://github.com/codernotme/allocam","last_synced_at":"2025-10-12T04:30:40.744Z","repository":{"id":219392733,"uuid":"748940318","full_name":"codernotme/allocam","owner":"codernotme","description":"Omegle Substitute","archived":false,"fork":false,"pushed_at":"2024-11-17T04:15:06.000Z","size":5123,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T05:18:34.148Z","etag":null,"topics":["clone","collaborate","nodejs","omegle","open-source","typescript","ui-ux","vite"],"latest_commit_sha":null,"homepage":"https://allocam.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codernotme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-27T05:13:14.000Z","updated_at":"2024-11-17T04:22:21.000Z","dependencies_parsed_at":"2024-01-27T06:23:09.262Z","dependency_job_id":"fe2938cc-0a4e-4b01-8982-511624d1d74f","html_url":"https://github.com/codernotme/allocam","commit_stats":null,"previous_names":["codernotme/allocam"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernotme%2Fallocam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernotme%2Fallocam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernotme%2Fallocam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codernotme%2Fallocam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codernotme","download_url":"https://codeload.github.com/codernotme/allocam/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236159228,"owners_count":19104539,"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":["clone","collaborate","nodejs","omegle","open-source","typescript","ui-ux","vite"],"created_at":"2025-01-29T09:37:47.083Z","updated_at":"2025-10-12T04:30:35.338Z","avatar_url":"https://github.com/codernotme.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📸 Allocam (currently working / not in production)\n\n[![Allocam Site](https://img.shields.io/badge/Visit-Allocam-blue?style=for-the-badge\u0026logo=vercel)](http://allocam.vercel.app/)  \n[Allocam](http://allocam.vercel.app/) is a real-time camera and streaming application designed for secure and responsive live video interactions. Built with **Vite**, **Node.js**, and **Socket.IO**, Allocam ensures minimal delay and a user-friendly interface.\n\n---\n\n![Allocam Preview](image-prev.png) \u003c!-- Replace with actual preview image URL --\u003e\n\n---\n\n## 🔗 Table of Contents\n\n- [Features](#features)\n- [Demo](#demo)\n- [Tech Stack](#tech-stack)\n- [Project Structure](#project-structure)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## ✨ Features\n\n- 📹 **Real-time Video Streaming**: Low-latency streaming using Socket.IO.\n- 🔒 **Privacy-Focused**: Secure and private data handling.\n- ⚡ **Fast and Responsive**: Optimized frontend performance with Vite.\n- 🧑‍🤝‍🧑 **User-Friendly Interface**: Simple and intuitive design.\n- 🌐 **Cross-Platform Support**: Works seamlessly on various devices and browsers.\n\n## 🎥 Demo\n\nTry out the live demo: [Allocam Demo](http://allocam.vercel.app/)\n\n## 🛠 Tech Stack\n\n| Frontend | Backend | Deployment |\n| --- | --- | --- |\n| ![Vite](https://skillicons.dev/icons?i=vite) ![React](https://skillicons.dev/icons?i=react) ![JavaScript](https://skillicons.dev/icons?i=js) ![CSS](https://skillicons.dev/icons?i=css) | ![Node.js](https://skillicons.dev/icons?i=nodejs) ![Express](https://skillicons.dev/icons?i=express) | ![Vercel](https://skillicons.dev/icons?i=vercel) |\n\n---\n## 🗂 Project Structure\n\n```\nallocam/\n├── client/       # Frontend (Vite + React)\n└── server/       # Backend (Node.js + Express + Socket.IO)\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Ensure you have [Node.js](https://nodejs.org/) and npm installed\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/codernotme/allocam.git\n   cd allocam\n   ```\n\n2. **Install Dependencies**\n   - Frontend:\n     ```bash\n     cd client\n     npm install\n     ```\n   - Backend:\n     ```bash\n     cd ../server\n     npm install\n     ```\n\n### Running the Application\n\n1. **Start the Backend Server**\n   ```bash\n   cd server\n   node index.js\n   ```\n   The server runs on `http://localhost:3000` by default.\n\n2. **Start the Frontend Development Server**\n   ```bash\n   cd ../client\n   npm run dev\n   ```\n   Access the frontend at `http://localhost:5173`.\n\n### Configuration\n\n- Set the backend URL in the frontend code (if needed) to `http://localhost:3000`.\n\n## 📖 Usage\n\n1. Open the app in your browser and grant camera permissions.\n2. Use the UI to start/stop streaming and adjust settings as desired.\n3. Explore the interface for real-time interaction features.\n\n## 🤝 Contributing\n\nContributions are welcome! Here’s how you can get involved:\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add new feature'`).\n4. Push to your branch (`git push origin feature/YourFeature`).\n5. Open a Pull Request on GitHub.\n\nCheck the [issues page](https://github.com/codernotme/allocam/issues) for any open issues or to report new ones.\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n---\n\nThank you for using Allocam! If you enjoy this project, please consider giving it a star 🌟\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodernotme%2Fallocam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodernotme%2Fallocam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodernotme%2Fallocam/lists"}