From 2f4720907ab06256b9955bb3ac776dffb3ad2c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9odore=20Pr=C3=A9vot?= Date: Wed, 22 Nov 2023 20:37:35 +0100 Subject: [PATCH] Add `socketioxide` lib to ECOSYSTEM.md (#2335) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 973fcf878a..a65dac960e 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -42,6 +42,7 @@ If your project isn't listed here and you would like it to be, please feel free - [axum-valid](https://github.com/gengteng/axum-valid): Extractors for data validation using validator, garde, and validify. - [tower-sessions](https://github.com/maxcountryman/tower-sessions): Sessions as a `tower` and `axum` middleware. - [shuttle](https://github.com/shuttle-hq/shuttle): Build & ship backends without writing any infrastructure files. Now with Axum support. +- [socketioxide](https://github.com/totodore/socketioxide): An easy to use socket.io server implementation working as a `tower` layer/service. ## Project showcase