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

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

The newest version!
var webSocketLib = require('/lib/xp/websocket');

// BEGIN
webSocketLib.send(session.id, 'You said - ' + message);
// END




© 2015 - 2024 Weber Informatics LLC | Privacy Policy