From 687d99919fa97d8bc411649ec9e464f117c89bd6 Mon Sep 17 00:00:00 2001 From: Emmanuel Thomas <50878033+nuel77@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:05:07 +0530 Subject: [PATCH] add ws plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 291e0b2..de37d04 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ For more info about the Geyser interface: https://docs.solana.com/developing/plu * [Kafka](https://github.com/Blockdaemon/solana-accountsdb-plugin-kafka): A Geyser plugin to publish to Kafka. By the Blockdaemon team. * [Bigtable](https://github.com/lijunwangs/solana-accountsdb-plugin-bigtable): WIP progress (non production ready) for Google Big Table. By the Solana team. * [gRPC](https://github.com/rpcpool/solana-geyser-grpc): Replacement for websockets with gRPC bidirectional streaming. By Triton One. + * [Websocket](https://github.com/Astralane/geyser-websocket-plugin): A geyser plugin for websocket pubsub streams. By Astralane. ## Geyser Related