{"id":20765325,"url":"https://github.com/glitch-aswin/anocon-backend","last_synced_at":"2025-07-13T02:10:20.934Z","repository":{"id":260801391,"uuid":"882308746","full_name":"Glitch-Aswin/anoCon-backend","owner":"Glitch-Aswin","description":"A peer to peer video call service app where callers can join a video chat using a room code created by one of the peer which makes the call offer.","archived":false,"fork":false,"pushed_at":"2024-11-17T06:33:04.000Z","size":94,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T13:11:13.146Z","etag":null,"topics":["peer-to-peer","signalling-server","video-calling-app","webrtc"],"latest_commit_sha":null,"homepage":"https://anoconsession.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/Glitch-Aswin.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,"zenodo":null}},"created_at":"2024-11-02T13:30:07.000Z","updated_at":"2025-06-22T10:15:15.000Z","dependencies_parsed_at":"2024-11-02T17:25:29.812Z","dependency_job_id":"b819e064-6f81-4ce5-bf29-3ed865ca1f2b","html_url":"https://github.com/Glitch-Aswin/anoCon-backend","commit_stats":null,"previous_names":["glitch-aswin/anocon-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Glitch-Aswin/anoCon-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glitch-Aswin%2FanoCon-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glitch-Aswin%2FanoCon-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glitch-Aswin%2FanoCon-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glitch-Aswin%2FanoCon-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Glitch-Aswin","download_url":"https://codeload.github.com/Glitch-Aswin/anoCon-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glitch-Aswin%2FanoCon-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265080256,"owners_count":23708121,"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":["peer-to-peer","signalling-server","video-calling-app","webrtc"],"created_at":"2024-11-17T11:16:12.227Z","updated_at":"2025-07-13T02:10:20.922Z","avatar_url":"https://github.com/Glitch-Aswin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eanoCon : A WebRTC Video Call Application\u003c/h1\u003e\n\n\u003cimg src=\"/public/anoCon.png\" align=\"center\"\u003e\n\n## Overview\n\nThis project is a simple WebRTC video call application that enables real-time audio and video communication between users. It uses Firebase Firestore for signaling and ID mapping, allowing users to connect by sharing unique identifiers.\n\n## Hosting\n\nA working model has been hosted on https://anoconsession.vercel.app/ \n\n**Note**-The hosting was done from our own forked repository that you may find here:\nhttps://github.com/trulyPranav/anoCon-backend\n\n**Steps to start a video call session:**\n- **Step-1**: Click the start webcam button and allow the video and audio access permission.\n- **Step-2(Call offer)**: One of the peers can initiate a call by entering a code in the \"Create New Call\" text space and clicking the Create Call Button.\n- **Step-3(Answer the call)**: Using the same code a receiver can access the call by entering the same ID to the Answer Call text space and clicking the Answer Call Button afterwards.\n- **Step-4(Hang-Up)**: Click on the Hang Up button when necessary to end the call.\n\n## Features\n\n- **WebRTC Video and Audio**: Real-time video and audio communication using WebRTC.\n- **Firebase Firestore**: Utilizes Firestore for signaling to manage offers and answers between peers.\n- **ID Mapping**: Allows users to connect via a shortened unique ID, which maps to a call document in Firestore.\n\n## Technologies Used\n\n- **WebRTC**: For peer-to-peer audio/video streaming.\n- **Firebase**: For backend services including Firestore for data storage and signaling.\n- **HTML/CSS/JS**: Basic web technologies for the user interface.\n\n## Setup Instructions\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/Glitch-Aswin/anoCon-backend.git\n   cd anoCon-backend\n   ```\n2. **Firebase Configuration**:\n   -Create a .env file in the root of your project and add your Firebase credentials:\n   ```\n   VITE_FIREBASE_API_KEY=your-api-key\n   VITE_FIREBASE_AUTH_DOMAIN=your-auth-domain\n   VITE_FIREBASE_PROJECT_ID=your-project-id\n   VITE_FIREBASE_STORAGE_BUCKET=your-storage-bucket\n   VITE_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id\n   VITE_FIREBASE_APP_ID=your-app-id\n   VITE_FIREBASE_MEASUREMENT_ID=your-measurement-id\n   ```\n\n3. **Install and Run**\n    ```js\n    npm install i\n    npm run dev\n    ```\n\n3. **Connect!**\n    - Give WebCam and Microphone access.\n    - Start Webcam.\n    - Type in your Secret Code\n    - Create the call!\n    - Ask your call partner to input same secret key in the Join call section, after turning on their WebCam and Mic\n    - Enjoy Talking!\n\n## Developers:\n- [M S Aswin](https://github.com/glitch-aswin/)\n- [Pranav M](https://github.com/trulyPranav/)\n- [Rigzin Angtak](https://github.com/Rigzin00/)\n\n\u003cbr\u003e\n\n```\nBuild during: Useless Projects @TinkerSpace by TinkerHub\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitch-aswin%2Fanocon-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglitch-aswin%2Fanocon-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglitch-aswin%2Fanocon-backend/lists"}