TBD54566975 / dwn-server

DWN server - host anywhere publicly accessible for DIDs to use
Apache License 2.0
40 stars 41 forks source link

Add `RecordsWrite` support for WebSocket via JRPC. #108

Open LiranCohen opened 8 months ago

LiranCohen commented 8 months ago

As a part of WebSocket Subscriptions via JRPC we disabled RecordsWrite from being used.

In order to re-enable it we need to come up with a way of transmitting the data payload, including large data streams, over the WebSocket connection that works with our current implementation.