A Node app that subscribes to Salesforce Platform Events via CometD.
- Start up the client.
cd client npm start
- Start up the server.
cd server npm start
The following script builds the production files, creating a dist
directory. The production files include minified, production-optimized HTML and JavaScript.
cd client
npm run build
Running tests with console output:
npm run test
Running tests without console output:
npm run test:silent
Running tests with coverage report:
npm run test:coverage
Running tests with coverage report and without console output:
npm run test:coverage-silent
Proper Typing of react-redux Connected Components Socket.io Middlware Beginner's Guide to Redux Middleware
Subscribing to Platform Events via CometD
Real Time Chart with Multiple Data Streams