{"id":20008385,"url":"https://github.com/fernanda-kipper/video-chat","last_synced_at":"2025-06-11T22:03:12.835Z","repository":{"id":45617918,"uuid":"420844345","full_name":"Fernanda-Kipper/video-chat","owner":"Fernanda-Kipper","description":"This application is a video-chat built using WebRTC and P2P Connections where you can call and talk to all online users!","archived":false,"fork":false,"pushed_at":"2021-12-04T15:00:06.000Z","size":1038,"stargazers_count":105,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-05T19:07:29.087Z","etag":null,"topics":["javascript","nodejs","peer-to-peer","reactjs","socket-io","webrtc"],"latest_commit_sha":null,"homepage":"","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/Fernanda-Kipper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-25T01:46:19.000Z","updated_at":"2025-03-08T11:43:05.000Z","dependencies_parsed_at":"2022-08-25T20:01:01.592Z","dependency_job_id":null,"html_url":"https://github.com/Fernanda-Kipper/video-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fernanda-Kipper/video-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fvideo-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fvideo-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fvideo-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fvideo-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fernanda-Kipper","download_url":"https://codeload.github.com/Fernanda-Kipper/video-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Fvideo-chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259352272,"owners_count":22844735,"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":["javascript","nodejs","peer-to-peer","reactjs","socket-io","webrtc"],"created_at":"2024-11-13T07:09:45.303Z","updated_at":"2025-06-11T22:03:12.782Z","avatar_url":"https://github.com/Fernanda-Kipper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"color: #805ad5; font-weight: bold;\"\u003eVideo-Chat 📞\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"#tech\"\u003eTechnolgies\u003c/a\u003e • \n \u003ca href=\"#clone\"\u003eClone\u003c/a\u003e • \n \u003ca href=\"#contribute\"\u003eContribute\u003c/a\u003e •\n \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003eThis application is a video-chat where you can call and talk to online users!\u003c/b\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cp\u003e\n    \u003cimg src=\"./assets/home.png\" width=\"400px\"\u003e\n    \u003cimg src=\"./assets/online.png\" width=\"400px\"\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003cimg src=\"./assets/receiving_call.png\" width=\"400px\"\u003e\n    \u003cimg src=\"./assets/call.png\" width=\"400px\"\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n\u003ch2 id=\"tech\"\u003eTechnologies\u003c/h2\u003e\n\n### Client:\n  Built using React JS, Mobx State Tree and React State for state manipulation and WebRTC API with simple-peer to to create Peer to Peer connections and share media stream\n\n### Server\n  Built in Node JS, using socket protocol to establishing the handshake (first contact) of users before then stablish the P2P connection\n\n\u003ch2 id=\"clone\"\u003eClone\u003c/h2\u003e\n\n\u003ch4\u003e Prerequisites\u003c/h4\u003e\n\n- Node \u003e= 10.16 e npm \u003e= 5.6 \n- Package manager - NPM or YARN\n\n\u003ch4\u003eStarting\u003c/h4\u003e\n\n```\ngit clone https://github.com/Fernanda-Kipper/video-chat.git\nnpm install\n```\n\n\u003ch5\u003eStart server\u003c/h5\u003e\n\n```\n  //in root\n  npm run dev\n```\n\n\u003ch5\u003eStart Client\u003c/h5\u003e\n\n```\n  cd client\n  npm start\n```\n\n\u003ch2 id=\"contribute\"\u003eContribute 🚀\u003c/h2\u003e\n\nIf you want to contribute, clone this repo, create your work branch and get your hands dirty!\n\n```bash\ngit clone https://github.com/Fernanda-Kipper/video-chat.git\ngit checkout -b feature/NAME\n```\n\n At the end, open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!\n\n[How to create a Pull Request](https://www.atlassian.com/br/git/tutorials/making-a-pull-request)\n\n[Commit pattern](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)\n\n\n\u003ch2 id=\"license\"\u003eLicense 📃 \u003c/h2\u003e\n\nThis project is under [MIT](LICENSE) license\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernanda-kipper%2Fvideo-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernanda-kipper%2Fvideo-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernanda-kipper%2Fvideo-chat/lists"}