0.0.29-alpha.0 • Published 2 months ago

rsocket-tck v0.0.29-alpha.0

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
2 months ago

rsocket-js

Build Status

A JavaScript implementation of the RSocket protocol intended for use in browsers and/or Node.js. From rsocket.io:

RSocket is an application protocol providing Reactive Streams semantics over an asynchronous, binary boundary.

It enables the following symmetric interaction models via async message passing over a single connection:

  • request/response (stream of 1)
  • request/stream (finite stream of many)
  • fire-and-forget (no response)
  • event subscription (infinite stream of many)
  • channel (bi-directional streams)

Install

Packages are published to npm:

Contributing

See the CONTRIBUTING.md file for how to help out.

Documentation

Work in progress, see the docs.

Also see the example.

License

rsocket-js is Apache-licensed. We also provide an additional patent grant.

0.0.29-alpha.0

2 months ago

0.0.28

2 months ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago