8000 GitHub - stevegury/rsocket-js: JavaScript implementation of RSocket
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stevegury/rsocket-js

 
 

Repository files navigation

A JavaScript implementation of the RSocket protocol intended for use in browsers and/or Node.js. From reactivesocket.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

Coming soon.

Contributing

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

Documentation

Work in progress, see the docs.

License

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

About

JavaScript implementation of RSocket

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-examples

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0