Skip to content

js / implement pub/sub in browser #103

@marcobambini

Description

@marcobambini
Member

@danielebriggi has already implemented the pub/sub in node.js with cf44c29

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

Activity

changed the title [-]Iimplement pub/sub in browser[/-] [+]implement pub/sub in browser[/+] on Jul 24, 2024
jacobprall

jacobprall commented on Aug 23, 2024

@jacobprall
changed the title [-]implement pub/sub in browser[/-] [+]js / implement pub/sub in browser[/+] on Aug 23, 2024
danielebriggi

danielebriggi commented on Aug 26, 2024

@danielebriggi
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @gionatamettifogo@danielebriggi@marcobambini@jacobprall

      Issue actions

        js / implement pub/sub in browser · Issue #103 · sqlitecloud/sqlitecloud-js