From e0c34d106f98b9771e6d50d6f0ecd7e2d9c5ca2c Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:56:42 +0200 Subject: [PATCH] fix: update faq section --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index bf63404..392a2a4 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -10,7 +10,7 @@ To do so, you can follow our [Getting started](./usage/getting-started.mdx) guid ### Can I connect using Websockets? -No, for now the only way to connect is using one of the provided [client packages](./usage/getting-started.mdx#installing). The reason is that gRPC streams are a little bit faster, but we’re planning to implement Websocket support soon. +Yes, you can use the JSON-RPC API over Websocket. You can find more information in the [JSON-RPC API](./usage/json-rpc.mdx) section. If you don't have strict requirements to use Websockets, we recommend using gRPC instead, as it's a little bit faster and more efficient. ### Which networks does Fiber support?