var testData = {
name: 'filtered',
data: 'This should be filtered',
extras: {
headers: {
name: 'update',
categpory: 'computing',
location: 'London',
product: '"Laptop"',
quantity: '10'
},
},
};
var filterOption = {
filter: 'headers.category == `"Computing"` && headers.location == `London`',
};
...
/* set up realtime */
....
var rtChannel = realtime.channels.getDerived('chan', filterOption);
/* subscribe to event */
rtChannel.subscribe('filtered', function (msg) {
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter