rsocket-flowable

WebJar for rsocket-flowable

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

rsocket-flowable
Last Version

Last Version

0.0.14
Release Date

Release Date

Type

Type

jar
Description

Description

rsocket-flowable
WebJar for rsocket-flowable
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download rsocket-flowable

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : fbjs jar [1.0.0,2)

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.14
0.0.10