{"id":22486081,"url":"https://github.com/adrigardi90/video-chat","last_synced_at":"2025-08-02T19:30:39.782Z","repository":{"id":65636888,"uuid":"168573392","full_name":"adrigardi90/video-chat","owner":"adrigardi90","description":"Video chat app using Vue, Vuex, WebRTC, SocketIO, Node, Redis \u0026 Docker with horizontal scaling. Multiparty and 1 to 1 video functionality, several public rooms and user status","archived":false,"fork":false,"pushed_at":"2020-06-15T20:48:06.000Z","size":999,"stargazers_count":286,"open_issues_count":4,"forks_count":112,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-12-06T17:15:22.850Z","etag":null,"topics":["docker","nodejs","redis","socketio","video-chat","vuejs","webrtc"],"latest_commit_sha":null,"homepage":"https://vue-video-chat.surge.sh/#/","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/adrigardi90.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}},"created_at":"2019-01-31T18:18:25.000Z","updated_at":"2024-05-01T19:29:41.000Z","dependencies_parsed_at":"2023-02-01T21:25:10.907Z","dependency_job_id":null,"html_url":"https://github.com/adrigardi90/video-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adrigardi90/video-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrigardi90%2Fvideo-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrigardi90%2Fvideo-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrigardi90%2Fvideo-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrigardi90%2Fvideo-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrigardi90","download_url":"https://codeload.github.com/adrigardi90/video-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrigardi90%2Fvideo-chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268440142,"owners_count":24250733,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","nodejs","redis","socketio","video-chat","vuejs","webrtc"],"created_at":"2024-12-06T17:13:50.497Z","updated_at":"2025-08-02T19:30:39.445Z","avatar_url":"https://github.com/adrigardi90.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# video-chat\n\u003e Chat application with **1 to 1** and **many to many** video functionality using [VueJS](https://vuejs.org), [Vuex](https://vuex.vuejs.org), [WebRTC](https://webrtc.org/start/), [SocketIO](https://socket.io),NodeJS and [Redis](https://github.com/NodeRedis/node_redis)\n\n## Quick start\nFirst of all, you need to install and run the redis in your PC. Here there is an [article](https://medium.com/@petehouston/install-and-config-redis-on-mac-os-x-via-homebrew-eb8df9a4f298) for Mac OS X. Once Redis is up and running:\n\n```bash\n# Clone the repo\ngit clone https://github.com/adrigardi90/video-chat\n\n# Change into the repo directory\ncd video-chat\n\n# install\nnpm install \n\n# Start the FE in dev mode\nnpm run serve\n\n# Start the server\nnpm run run:server\n\n```\nThen visit http://localhost:8080 in your browser\n\n## Horizontal scaling\nTo test out the horizontal scaling we'll create 3 different instances. Each one running a unique nodeJS process serving the FE and exposing the API\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/adrigardi90/video-chat/blob/master/src/assets/local_env.png\" alt=\"scaling\" width=\"500\" height=\"460\"/\u003e\n\u003c/p\u003e\n\n\n```bash\n# Build the images\ndocker-compose -f docker-compose.yml build\n\n# Create and run the three instances\ndocker-compose -f docker-compose.yml up\n\n```\n\nThe webapp will be exposed on http://localhost:3000, http://localhost:3001 and http://localhost:3002, each one with a different socket connection\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrigardi90%2Fvideo-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrigardi90%2Fvideo-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrigardi90%2Fvideo-chat/lists"}