{"library":"websocket-conference-server","type":"library","category":null,"description":"An out-of-the-box HTTP and WebSocket server for multi-client conference sessions, built on the `websocket` module (WebSocket-Node). Current stable version is 0.8.2, with no active release cadence (last update likely years ago). Its key differentiator is zero-config setup for rapid prototyping on Node.js >=0.12.2, serving static files and hosting a WebSocket conference with custom protocols and utilities. It is a thin abstraction layer over `websocket`, not actively maintained, and has limited documentation.","language":"javascript","status":"maintenance","version":"0.8.2","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install websocket-conference-server","imports":["var server = require('websocket-conference-server').start();","var wscs = require('websocket-conference-server'); wscs.start(config, utilities);","var config = { verbosity: 1, protocol: 'my-custom-protocol', port: 8001, logs_path: 'Logs/', IP_lookup_path: 'IPs/', logs_suffix: '-alpha.log', http_paths: { 'ico': '../Assets', 'jpg': '../Assets', 'png': '../Assets', 'html': '..', 'css': '..', 'js': '..' } };","var custom_utilities = require('./my_custom_utilities'); server.start(config, custom_utilities);"]},{"cmd":"yarn add websocket-conference-server","imports":[]},{"cmd":"pnpm add websocket-conference-server","imports":[]}],"homepage":"https://github.com/FreeLiveTutor/websocket-conference-server","github":"https://github.com/FreeLiveTutor/websocket-conference-server","docs":null,"changelog":null,"pypi":null,"npm":"websocket-conference-server","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}