From f5382c69b9fa8a60b1d26bef04e7b5d5269c3e1e Mon Sep 17 00:00:00 2001 From: Ziv Date: Tue, 21 Oct 2025 08:23:48 +0300 Subject: [PATCH] Document community client for JavaScript Added information about an open source community client for JavaScript. --- docs/api/stream_api/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/stream_api/index.mdx b/docs/api/stream_api/index.mdx index 0168a99b5..18356c796 100644 --- a/docs/api/stream_api/index.mdx +++ b/docs/api/stream_api/index.mdx @@ -137,6 +137,8 @@ curl --header "Accept:text/event-stream" --get --url "https://sourcegraph.com/.a If you don't want to write your own client, you can also use Sourcegraph's [src-cli](https://sourcegraph.com/github.com/sourcegraph/src-cli). +An open source community client for JavaScript (for Node.JS, browser, Deno etc.) is available at [source-graph-stream-client](https://github.com/ziv/source-graph-stream-client/tree/main). + ```bash src search -stream "secret count:all" ```