{"id":13691293,"url":"https://github.com/mynaparrot/plugNmeet-server","last_synced_at":"2025-05-02T15:31:41.745Z","repository":{"id":37050732,"uuid":"463439055","full_name":"mynaparrot/plugNmeet-server","owner":"mynaparrot","description":"Scalable, high-performance, easily customizable WebRTC-based open-source web conferencing system built using Livekit.","archived":false,"fork":false,"pushed_at":"2025-04-27T05:22:10.000Z","size":3380,"stargazers_count":351,"open_issues_count":6,"forks_count":86,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-27T06:24:42.800Z","etag":null,"topics":["communication","livekit","pion","video-chat","video-chat-meetings","video-conferencing","web-conferencing","webrtc","webrtc-call","webrtc-meetings","webrtc-video"],"latest_commit_sha":null,"homepage":"https://www.plugnmeet.org","language":"Go","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/mynaparrot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-02-25T07:30:32.000Z","updated_at":"2025-04-27T05:22:13.000Z","dependencies_parsed_at":"2023-10-02T19:41:41.267Z","dependency_job_id":"621f2352-0f45-460c-bd56-543f70a75834","html_url":"https://github.com/mynaparrot/plugNmeet-server","commit_stats":null,"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynaparrot%2FplugNmeet-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynaparrot%2FplugNmeet-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynaparrot%2FplugNmeet-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mynaparrot%2FplugNmeet-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mynaparrot","download_url":"https://codeload.github.com/mynaparrot/plugNmeet-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252062864,"owners_count":21688610,"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":["communication","livekit","pion","video-chat","video-chat-meetings","video-conferencing","web-conferencing","webrtc","webrtc-call","webrtc-meetings","webrtc-video"],"created_at":"2024-08-02T17:00:42.983Z","updated_at":"2025-05-02T15:31:41.725Z","avatar_url":"https://github.com/mynaparrot.png","language":"Go","funding_links":[],"categories":["Projects"],"sub_categories":["Video Conference"],"readme":"# Plug-N-Meet - Scalable, Easily customizable, Open source web conferencing system.\n\nPlug-N-Meet is an open source web conferencing system based on high performance WebRTC\ninfrastructure [livekit](https://github.com/livekit/livekit-server).\nIts interface is highly [customizable](https://www.plugnmeet.org/docs/developer-guide/design-customisation)\nand [integrates easily](https://www.plugnmeet.org/docs/api/get-client-files) with any website or system.\n\nPlease join us [on Discord](https://discord.gg/2X2ZaCHu4C)\nto discuss your suggestions and/or any issues you may be experiencing.\n\n![banner](./github_files/banner.jpg)\n\n## Features:\n\n1) Compatible with all devices. Browser recommendation: Google Chrome, Firefox. For iOS: Safari;\n2) WebRTC-based secured and encrypted communication;\n3) Scalable and high performance system written in Go programming language which made it possible to distribute as a\n   [single binary](https://github.com/mynaparrot/plugNmeet-server/releases) file!;\n4) **Simulcast** and **Dynacast** features will allow you to continue online conferencing even if your internet;\n   connection is slow! Supported video codecs: `H264`, `VP8`, `VP9` and `AV1`;\n5) [Easy **integration**](https://www.plugnmeet.org/docs/api/get-client-files) with any existing website or system;\n6) [Easy **customization**](https://www.plugnmeet.org/docs/developer-guide/design-customisation) with functionality, URL, logo, and branding colors;\n7) HD audio, video call and Screen sharing. **Virtual background** for webcams;\n8) **Shared notepad** and **Whiteboard** for live collaboration. Can upload, draw and share various office files (pdf, docx, pptx, xlsx, txt etc.) in whiteboard directly;\n9) Easy to use **Polls** \u0026 voting;\n10) Customizable **waiting room**;\n11) Various **Lock \u0026 control** settings;\n12) **Breakout rooms**;\n13) Raise hand;\n14) Public \u0026 private chatting with File sharing;\n15) MP4 Recordings;\n16) RTMP Broadcasting \u0026 RTMP ingress;\n17) Speech to text/translation (Powered by [Microsoft Azure](https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-text-to-speech?pivots=programming-language-go\u0026tabs=linux%2Cterminal#prerequisites));\n18) **End-to-End encryption (E2EE)** (`Supported browsers: browser based on Chromium 83+, Google Chrome, Microsoft Edge, Safari, Firefox 117+`) both media (video, audio) and messages (chat, whiteboard);\n19) A detailed **analytics report** to assess students' performance in the online classroom;\n\nAnd many more!\n\nThe components of Plug-N-Meet are as follows:\n\n1) [plugNmeet-server](https://github.com/mynaparrot/plugNmeet-server), the main backend server written in **Go** (Golang).\n\n2) [plugNmeet-client](https://github.com/mynaparrot/plugNmeet-client), which is the main interface/frontend. It's built\n   with **React** and **Redux**.\n\n3) [plugNmeet-recoder](https://github.com/mynaparrot/plugNmeet-recorder), an application for recording and rtmp broadcasting which is written in **Go** (Golang).\n\n#### Demo\n\nhttps://demo.plugnmeet.com/login.html\n\n## Installation\nWe've created an easy-to-install script which can be used to install all the necessary components in few minutes.\nPlease follow the installation guide from here: https://www.plugnmeet.org/docs/installation\n\n## SDKs \u0026 Tools\n\n**SDK**\n\n1) [PHP](https://github.com/mynaparrot/plugNmeet-sdk-php)\n2) [JavaScript](https://github.com/mynaparrot/plugNmeet-sdk-js) for NodeJS and [Deno](https://github.com/mynaparrot/plugNmeet-sdk-js/tree/main/deno_dist)\n\nFollowing ready to use extensions/solutions:\n\n1) [Joomla component](https://github.com/mynaparrot/plugNmeet-joomla)\n2) [Moodle Plugin](https://github.com/mynaparrot/moodle-mod_plugnmeet)\n3) [WordPress Plugin](https://github.com/mynaparrot/plugNmeet-wordpress)\n4) [LTI](https://www.plugnmeet.org/docs/user-guide/lti) \n\nDocker:\n\n1. [plugnmeet-server](https://hub.docker.com/r/mynaparrot/plugnmeet-server)\n2. [plugnmeet-etherpad](https://hub.docker.com/r/mynaparrot/plugnmeet-etherpad)\n3. [plugnmeet-recorder](https://hub.docker.com/r/mynaparrot/plugnmeet-recorder)\n\nServer API information can be found in [API doc](https://www.plugnmeet.org/docs/api/intro) section.\n\n## Manual installation\n\n**Requirements:**\n1) Livekit configured properly.\n2) `plugNmeet-server` configured with Redis.\n3) Mariadb server for data storage.\n4) (optional) Install `libreoffice` \u0026 `mupdf-tools` for office files support in whiteboard.\n\nCreate `config.yaml`\nfrom [config_sample.yaml](https://raw.githubusercontent.com/mynaparrot/plugNmeet-server/main/config_sample.yaml) \u0026\nchange necessary info\n\n***Using docker***\n\n```\ndocker run --rm -p 8080:8080 \\\n    -v $PWD/config.yaml:/config.yaml \\\n    mynaparrot/plugnmeet-server \\\n    --config /config.yaml \\\n```\n\nYou can also\nfollow [docker-compose_sample.yaml](https://raw.githubusercontent.com/mynaparrot/plugNmeet-server/main/docker-compose_sample.yaml)\nfile.\n\nYou can manually download server from [release](https://github.com/mynaparrot/plugNmeet-server/releases) page too.\n\n## Development\n\nPlease follow [this article](https://www.plugnmeet.org/docs/developer-guide/setup-development) for details.\n\n## Contributing\n\nWe welcome your suggestions for improving plugNmeet!\nLet's chat [on Discord](https://discord.gg/2X2ZaCHu4C) to discuss your suggestions and/or PRs. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmynaparrot%2FplugNmeet-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmynaparrot%2FplugNmeet-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmynaparrot%2FplugNmeet-server/lists"}