CompanyOnwership_icon
LINKIT R&D
Created on 12 August 2016
icon_unfollowing
Login to follow
pusher-com-apis

Pusher.com APIs

Stable version 4.0.0 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 22 October 2020 by 
LINKIT R&D
pusher-com-apis

Pusher.com APIs

Details
Pusher.com API's is an extension where you can find the basic implementation of the API's from Pusher. Currently only the Pusher Channels API is implemented. You can send a message from a server to all connected clients. On the clients the message will be received in an OnNotify action, which means that you can build your own client-functionality around the message. You can show the message in an alert or feedback message block. You can also trigger one or more actions based on the value of message (for instance refresh a (part of a) screen, redirect to another page or logout).
Read more

Pusher.com API's

Pusher.com API's is an extension with the basic implementation of the different API's from Pusher.

You can send a message from a publisher to all connected subscribers.

On the subscribers the message will be received in an OnNotify action, which means that you can build your own functionality around the message.

You can show the message in an alert or feedback message block.

You can also trigger one or more actions based on the value of message (for instance refresh a (part of a) screen, redirect to another page or logout).


How to use Pusher Channels

There is one webblock: PusherSubscriber, which should be added to the page/webblock where you want to implement the Pusher notification actions.

There is one action: PusherPublish, which should be called when you want to push a message to all the clients.

There is one site-property: PusherEnableLogging, which should be set to enable/disable the Pusher logging to the browsers console.


In order to get everything working, you need to get an account (they also have a free account), setup your first application and fill in the mandatory input parameteres of  the PusherClient webblock and PusherServer action.


Kind regards,


Remco Dekkinga 

Release notes (4.0.0)
  • Created a new webblock to use the pusher to version 7.0 (https://github.com/pusher/pusher-js/releases/tag/v7.0.0)
  • New webblock no longer uses deprecated Notify action, it uses Events now.
  • Existing webblock will remain available for now, but will be deprecated in the future. Please consider changing to the new one.
Reviews (1)
by 
2022-09-03
in version 4.0.0
Works like a charm! Thanks for sharing
Category
Integrations, Data
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Pusher.com APIs has no dependencies.
Application Objects
Pusher.com APIs has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
See all 1 consumers
Weekly downloads