From 9907af290ae1e9856677346d42845d374fa7a0ce Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:04:22 -0400 Subject: [PATCH] docs: add web-serial-rx-js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ca6cb0a..f4b629fd 100644 --- a/README.md +++ b/README.md @@ -2230,6 +2230,7 @@ for the creation of web applications developed with Angular. * [rxjs-course](https://github.com/angular-university/rxjs-course) - RxJS course from Angular University. * [subscribable-things](https://github.com/chrisguttandin/subscribable-things) - A collection of reactive wrappers for various browser APIs. * [subsiphon](https://github.com/shobeiry/subsiphon) - Lightweight utility for managing multiple RxJS subscriptions with indexed/named keys and simple cleanup methods. +* [web-serial-rxjs](https://github.com/gurezo/web-serial-rxjs) - A TypeScript library that provides a reactive RxJS-based wrapper for the Web Serial API, enabling easy serial port communication in web applications. ### TypeScript