Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site2/docs/client-libraries-websocket.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
id: client-libraries-websocket
title: Pulsar's WebSocket API
title: Pulsar WebSocket API
sidebar_label: WebSocket
---

Pulsar's [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) API is meant to provide a simple way to interact with Pulsar using languages that do not have an official [client library](getting-started-clients.md). Through WebSockets you can publish and consume messages and use all the features available in the [Java](client-libraries-java.md), [Go](client-libraries-go.md), [Python](client-libraries-python.md) and [C++](client-libraries-cpp.md) client libraries.
Pulsar [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) API provides a simple way to interact with Pulsar using languages that do not have an official [client library](getting-started-clients.md). Through WebSocket, you can publish and consume messages and use features available on the [Client Features Matrix](https://github.com/apache/pulsar/wiki/Client-Features-Matrix) page.


> You can use Pulsar's WebSocket API with any WebSocket client library. See examples for Python and Node.js [below](#client-examples).
> You can use Pulsar WebSocket API with any WebSocket client library. See examples for Python and Node.js [below](#client-examples).

## Running the WebSocket service

Expand Down
2 changes: 1 addition & 1 deletion site2/docs/getting-started-clients.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: client-libraries
title: Pulsar client libraries
sidebar_label: Use Pulsar with client libraries
sidebar_label: Overview
---

Pulsar supports the following client libraries:
Expand Down
1 change: 1 addition & 0 deletions site2/website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"performance-pulsar-perf"
],
"Client libraries": [
"client-libraries",
"client-libraries-java",
"client-libraries-go",
"client-libraries-python",
Expand Down