Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C c-service
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • concordant
  • Software
  • c-service
  • Issues
  • #49

Closed
Open
Created Feb 05, 2021 by Ludovic Le Frioux@llefriouContributor

Implement pub/sub

Add object pub/sub mechanism to service API.

See sofa documentation here.

Setup a bidirectional communication channel between client and service?

  • MessageChannel (sent via cross-worker messaging?) if ServiceWorker is not supported
  • else WebSocket (server-side service)

New subscription endpoint :

  • subscribe(appName: String, collectionId: ID!, clientId: ID!)
  • unsubscribe(appName: String, collectionId: ID!, clientId: ID!)
Edited Jun 28, 2021 by Yannick Li
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking