A sample Electron app using Salesforce's Platform Event.
- First you need to deploy some metadata to your org.
Go tosalesforce-metadata
directory and follow the README.
$ git clone https://github.com/zaki-yama/chatter-desktop
$ cd chatter-desktop/salesforce-metadata
# Then follow salesforce-metadata/README.md ...
-
Open your Salesforce org, open Process Builder, then activate the process named
FeedItemPosted
. -
Run the Electron app. Please follow the README placed in
electron/
directory.