sqlitecloud / sqlitecloud-js

Javascript drivers for SQLiteCloud
https://sqlitecloud.github.io/sqlitecloud-js/
MIT License
16 stars 0 forks source link

js / implement pub/sub in browser #103

Open marcobambini opened 4 months ago

marcobambini commented 4 months ago

@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).

jacobprall commented 2 months ago

Status? @danielebriggi

danielebriggi commented 2 months ago

@jacobprall , @gionatamettifogo is implementing a scalable version of pubsub using RabbitMQ