rsocket-websocket-client

WebJar for rsocket-websocket-client

License

License

BSD 3-Clause
Categories

Categories

CLI User Interface
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

rsocket-websocket-client
Last Version

Last Version

0.0.19
Release Date

Release Date

Type

Type

jar
Description

Description

rsocket-websocket-client
WebJar for rsocket-websocket-client
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/rsocket/rsocket-js

Download rsocket-websocket-client

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/rsocket-websocket-client/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>rsocket-websocket-client</artifactId>
    <version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/rsocket-websocket-client/
implementation 'org.webjars.npm:rsocket-websocket-client:0.0.19'
// https://jarcasting.com/artifacts/org.webjars.npm/rsocket-websocket-client/
implementation ("org.webjars.npm:rsocket-websocket-client:0.0.19")
'org.webjars.npm:rsocket-websocket-client:jar:0.0.19'
<dependency org="org.webjars.npm" name="rsocket-websocket-client" rev="0.0.19">
  <artifact name="rsocket-websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='rsocket-websocket-client', version='0.0.19')
)
libraryDependencies += "org.webjars.npm" % "rsocket-websocket-client" % "0.0.19"
[org.webjars.npm/rsocket-websocket-client "0.0.19"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.npm : fbjs jar [1.0.0,2)
org.webjars.npm : rsocket-core jar [0.0.19,0.0.20)
org.webjars.npm : rsocket-flowable jar [0.0.14,0.0.15)
org.webjars.npm : rsocket-types jar [0.0.16,0.0.17)

Project Modules

There are no modules declared in this project.

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.

org.webjars.npm

RSocket

Streaming message protocol with Reactive Extension/Stream semantics

Versions

Version
0.0.19
0.0.16
0.0.10