You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,3 @@
1
-
## Under Development
2
-
3
-
**This branch is a work in progress rewrite of rsocket-js from [Flow](https://flow.org/) to [TypeScript](https://www.typescriptlang.org/). Please see [#158](https://github.com/rsocket/rsocket-js/issues/158).**
4
-
5
-
**You SHOULD NOT leverage any artifacts published from this branch as all are considered unstable.**
6
-
7
-
**Please see the [master](https://github.com/rsocket/rsocket-js/tree/master) branch for source used to publish the latest `0.x.x` versions on NPM.**
@@ -26,9 +18,28 @@ protocol intended for use in browsers and/or Node.js. From [rsocket.io](http://r
26
18
> - event subscription (infinite stream of many)
27
19
> - channel (bi-directional streams)
28
20
29
-
## Install
21
+
## Status
22
+
23
+
This branch contains a rewrite (with significant changes) of rsocket-js from [Flow](https://flow.org/) to [TypeScript](https://www.typescriptlang.org/). Please see [#158](https://github.com/rsocket/rsocket-js/issues/158) for additional details.
24
+
25
+
The artifacts published from this branch are considered UNSTABLE and may be subject to breaking changes while in preview.
26
+
27
+
**Please see the [master](https://github.com/rsocket/rsocket-js/tree/master) branch for sources related to `0.x.x` versions.**
28
+
29
+
## Installation
30
+
31
+
Individual packages published from this monorepo are distributed via NPM.
0 commit comments