From c5f640bc622fbc23495a5cc4eb0316832de8fb2c Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Mon, 17 Nov 2025 21:41:52 +0100 Subject: [PATCH] Expand README with links to related repositories and NPM packages --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57480ee..a57d0c2 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ Experience topic-based peer discovery and WebRTC connections using the Rondevu signaling platform. **Related repositories:** -- [rondevu-server](https://github.com/xtr-dev/rondevu-server) - HTTP signaling server -- [rondevu-client](https://github.com/xtr-dev/rondevu-client) - TypeScript client library +- [@xtr-dev/rondevu-client](https://github.com/xtr-dev/rondevu-client) - TypeScript client library ([npm](https://www.npmjs.com/package/@xtr-dev/rondevu-client)) +- [@xtr-dev/rondevu-server](https://github.com/xtr-dev/rondevu-server) - HTTP signaling server ([npm](https://www.npmjs.com/package/@xtr-dev/rondevu-server)) +- [@xtr-dev/rondevu-demo](https://github.com/xtr-dev/rondevu-demo) - Interactive demo ([live](https://rondevu-demo.pages.dev)) ---