sqlitecloud-js icon indicating copy to clipboard operation
sqlitecloud-js copied to clipboard

js / implement pub/sub in browser

Open marcobambini opened this issue 1 year ago • 2 comments

@danielebriggi has already implemented the pub/sub in node.js with https://github.com/sqlitecloud/sqlitecloud-js/commit/cf44c29a13decc47cc7e33c653fa9d8b677da9d2

We also need to implement it with the browser version using websocket (it will talk directly to the gateway and not with the core so that the communication protocol will be much easier than the node.js version).

marcobambini avatar Jul 12 '24 14:07 marcobambini