From a787ab471ca86cca0781e0a03909a187f043aa72 Mon Sep 17 00:00:00 2001 From: Kevin Benjamin <108537389+Kevin-benjamin@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:59:45 +0100 Subject: [PATCH] Add article on building secure video conferencing with Next.js, Permit.io & WebRTC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index def86c5..f8142a6 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ _List inspired by the [awesome](https://github.com/sindresorhus/awesome) list th - [Instant Site Updates with On-Demand Revalidation and Directus](https://echobind.com/post/instant-site-updates-with-on-demand-revalidation-and-directus) - [Dynamic CMS-driven Redirects with Next.js](https://echobind.com/post/dynamic-cms-driven-redirects) - [Implementing RBAC Authorization in Next.js - Step-by-Step Guide](https://www.permit.io/blog/how-to-add-rbac-in-nextjs) +- [Building a Secure Video Conferencing App](https://medium.com/@benjaminkevin18/building-a-secure-video-conferencing-app-with-next-js-webrtc-and-permit-io-85f8f4ebbc99) - [Getting Started with Next.js, GraphQL and React Query](https://echobind.com/post/getting-started-with-nextjs-graphl-and-react-query) - [Using Next.js with FaunaDB: How to Query the Database from Your App](https://snipcart.com/blog/nextjs-faunadb) - [How to Build a Serverless Next.js Blog with ButterCMS](https://buttercms.com/blog/next-js-cms-tutorial)