Skip to content

Commit

Permalink
Merge pull request #14 from chainbound/update-faq
Browse files Browse the repository at this point in the history
fix: update faq section
  • Loading branch information
fmosterts authored Sep 13, 2023
2 parents 2ca12bf + e0c34d1 commit 9a9b4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 9a9b4ea

Please sign in to comment.