From f57f6e3cd594928dcf6b091b992d4ca59743cc8e Mon Sep 17 00:00:00 2001 From: Favour Ogbonda Date: Mon, 14 Jul 2025 19:29:19 +0100 Subject: [PATCH] Add Building a Secure Video Conferencing App with Next.js, ZEGOCLOUD, and Permit.io to Articles section Title: Add article: Building a Secure Video Conferencing App with Next.js, ZEGOCLOUD, and Permit.io Description: This article walks through building a secure and role-based video conferencing app using Next.js, ZEGOCLOUD for real-time communication, and Permit.io for fine-grained access control. It provides developers with a practical, full-stack example of integrating permissions and live video features in a modern web app. Why it's awesome: Real-world use case with Next.js Combines frontend, backend, and authorization Useful for devs building collaborative or conferencing tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index def86c5..de8e50d 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th - [Top Next.js Admin & Dashboard Templates](https://blog.codedthemes.com/nextjs-admin-dashboard-templates/) - [Next.js Cheatsheet](https://blog.codedthemes.com/nextjs-cheatsheet/) - [A Guide to Performance Optimization with Next.js](https://www.debugbear.com/blog/nextjs-performance) +- [Building a Secure Video Conferencing App with Next.js, ZEGOCLOUD, and Permit.io](https://medium.com/@ogbondafavour9/building-a-secure-video-conferencing-app-with-next-js-zegocloud-and-permit-io-f471856b6a43) ## Boilerplates