1.2.8 • Published 3 years ago

pulsar-ws v1.2.8

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

pulsar-ws

This is a node.js library for Apache Pulsar with communication over WebSocket.

Motivation

Current Apache Pulsar libraries are wrappers over C++ client library, which adds difficulties for cross-platform deployment. Using WebSocket, this library becomes pure JavaScript and need no C++ client library installation anymore.

Examples

See examples folder.

Secure Connection

Since npm ws module allows custom header on WebSocket request, it is possible to send JWT access token in header. But you might need to set environment variables as following:

export NODE_EXTRA_CA_CERTS=[Your CA cert path];
1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago