All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib.xp.examples.websocket.sendToGroup.js Maven / Gradle / Ivy

var webSocketLib = require('/lib/xp/websocket');

// BEGIN
webSocketLib.sendToGroup('people', 'Notice this message!');
// END




© 2015 - 2024 Weber Informatics LLC | Privacy Policy