node_modules.ws.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libjoynr-js Show documentation
Show all versions of libjoynr-js Show documentation
JOYnr JavaScript libjoynr-js
/*!
* ws: a node.js websocket client
* Copyright(c) 2011 Einar Otto Stangvik
* MIT Licensed
*/
'use strict';
const WebSocket = require('./lib/websocket');
WebSocket.Server = require('./lib/websocket-server');
WebSocket.Receiver = require('./lib/receiver');
WebSocket.Sender = require('./lib/sender');
module.exports = WebSocket;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy