Skip to content

Commit bb5dcca

Browse files
committed
chore: 🤖 remove Reactive-RPC and code related to it
1 parent f03c2c2 commit bb5dcca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+0
-3225
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ merging of changes in JSON data models, avoiding conflicts between replicas.
4646
- Very fast binary tree (Radix, AVL, Red-black*, Splay) implementations in JavaScript.
4747
- Very fast JSON Patch (and JSON Pointer) implementation in JavaScript, including many non-standard operations, and JSON Predicate implementation.
4848
- Very fast JSON Expression implementation in JavaScript.
49-
- JSON Reactive RPC protocol (RPC with server push) implementation, for real-time collaborative apps.
5049

5150

5251
[json-joy]: https://jsonjoy.com

src/__tests__/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,3 @@ yarn test:cli:pointer
5656
yarn test:cli:patch
5757
yarn test:cli:pack
5858
```
59-
60-
### Reactive-RPC
61-
62-
`/src/__tests__/reactive-rcp/` folder contains E2E tests for Reactive-RPC server
63-
and its clients. See [README](./reactive-rpc/README.md) for more info.

src/json-cli/jj.ts

-20
This file was deleted.

src/json-cli/routes/crdt.ts

-89
This file was deleted.

src/json-cli/routes/patch.ts

-40
This file was deleted.

src/json-cli/routes/util.ts

-40
This file was deleted.

src/json-type-cli/Cli.ts

-166
This file was deleted.

0 commit comments

Comments
 (0)