Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Assessment
Workspace Domino
Created by Guest
Created on Jul 13, 2018

Pub/sub for domino events like document changed/created/deleted/read

Using a websocket on a secure protocol or other comparable technology it would be great to follow the idea of reactive programming. Domino would offer events on topics and clients can subscribe to them or simply listen to all. 

To be able to update a record that was fetched to a node.js or xPages app on behalf of an event saying doc-Unid xyz was changed would make it easy to follow the stream of changes without scheduled polling - and to have a native activity stream from domino to render a nice updates feed.

  • Attach files
  • Guest
    Reply
    |
    Apr 9, 2021

    EventSource, also known as Server Sent Events (SSE), can also be useful alternative to websockets in these kinds of situations, and is natively supported in most browsers. It does however, only support server to client events (which is usually what is most required)

  • Admin
    Thomas Hampel
    Reply
    |
    Oct 27, 2018

    Moving idea to product : Domino Designer

  • Guest
    Reply
    |
    Jul 26, 2018

    With webrtc on websocket it will become easier to create great real-time video/audio related applications.

  • Guest
    Reply
    |
    Jul 16, 2018

    What about MQTT as an option?