Open marcobambini opened 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).
Status? @danielebriggi
@jacobprall , @gionatamettifogo is implementing a scalable version of pubsub using RabbitMQ
@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).