Skip to content

Commit f5382c6

Browse files
authored
Document community client for JavaScript
Added information about an open source community client for JavaScript.
1 parent ce48dbf commit f5382c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/stream_api/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ curl --header "Accept:text/event-stream" --get --url "https://sourcegraph.com/.a
137137

138138
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).
139139

140+
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).
141+
140142
```bash
141143
src search -stream "secret count:all"
142144
```

0 commit comments

Comments
 (0)