/* ! /servers/websocket/actions/template.js – A simple websocket action template ? This module is just a template for the websocket actions */ module.exports = (connectionManager, data, id) => { };