issues
search
streamich
/
json-joy
JSON CRDT, JSON CRDT Patch, JSON Patch+, JSON Predicate, JSON Pointer, JSON Expression, JSON Type
https://jsonjoy.com/libs/json-joy-js
Apache License 2.0
773
stars
15
forks
source link
JSON Reactive RCP lite client
#443
Open
streamich
opened
11 months ago
streamich
commented
11 months ago
Create a light-weight brwoser-only client.
[ ] Ships only client logic.
[ ] Use DOM events instead of Observables.
[ ] Use async iterables.
[ ] Ships the simplest codec. Possibly hand-crafter
compact
codec.
[ ] Ships with Base64 encoder/decoder for binary support.
[ ] Uses
fetch
for request execution.
[ ] Uses streaming
fetch
requests for reactive requests.
Create a light-weight brwoser-only client.
compact
codec.fetch
for request execution.fetch
requests for reactive requests.