From df376b13ca12e3a2dc5c8c65dab1e301bee09ec8 Mon Sep 17 00:00:00 2001 From: imago Date: Thu, 31 Oct 2024 20:09:33 +0200 Subject: [PATCH 1/2] Added entry for wd-41 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93552df26a..3e980be95d 100644 --- a/README.md +++ b/README.md @@ -2385,6 +2385,7 @@ _Libraries and tools for binary serialization._ - [SFTPGo](https://github.com/drakkan/sftpgo) - Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem and Cloud Storage backends such as S3 and Google Cloud Storage. - [simple-jwt-provider](https://github.com/leberKleber/simple-jwt-provider) - Simple and lightweight provider which exhibits JWTs, supports login, password-reset (via mail) and user management. - [Trickster](https://github.com/tricksterproxy/trickster) - HTTP reverse proxy cache and time series accelerator. +- [wd-41](https://github.com/baalimago/wd-41) - A (w)eb (d)evelopment server with automatic live-reload on file changes. - [Wish](https://github.com/charmbracelet/wish) - Make SSH apps, just like that! **[⬆ back to top](#contents)** From 51e6100c79695b89b67253810a2a23fe6db5abbd Mon Sep 17 00:00:00 2001 From: imago Date: Thu, 31 Oct 2024 20:25:50 +0200 Subject: [PATCH 2/2] Removed simple-jwt-provider --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3e980be95d..f49baa4d41 100644 --- a/README.md +++ b/README.md @@ -2383,7 +2383,6 @@ _Libraries and tools for binary serialization._ - [riemann-relay](https://github.com/blind-oracle/riemann-relay) - Relay to load-balance Riemann events and/or convert them to Carbon. - [RoadRunner](https://github.com/spiral/roadrunner) - High-performance PHP application server, load-balancer and process manager. - [SFTPGo](https://github.com/drakkan/sftpgo) - Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem and Cloud Storage backends such as S3 and Google Cloud Storage. -- [simple-jwt-provider](https://github.com/leberKleber/simple-jwt-provider) - Simple and lightweight provider which exhibits JWTs, supports login, password-reset (via mail) and user management. - [Trickster](https://github.com/tricksterproxy/trickster) - HTTP reverse proxy cache and time series accelerator. - [wd-41](https://github.com/baalimago/wd-41) - A (w)eb (d)evelopment server with automatic live-reload on file changes. - [Wish](https://github.com/charmbracelet/wish) - Make SSH apps, just like that!