{"library":"architect-websocket-server","type":"library","category":null,"description":"WebSocket server plugin for the Architect framework, supporting multiplexed channels (e.g., printer, chatroom) and route mounting via SockJS. Version 1.2.0 is the latest stable release; the package appears to be in maintenance mode with no recent updates. It integrates tightly with Architect's plugin system and exposes an `imports.wsserver` object for route registration. Unlike standalone WebSocket libraries, this is specifically designed as an Architect plugin and requires the Architect runtime.","language":"javascript","status":"maintenance","version":"1.2.0","tags":["javascript","architect","websocket","sockjs","multiplex"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install architect-websocket-server","imports":["// Access via imports object in an Architect plugin:\nmodule.exports = function setup(options, imports, register) {\n    var wsserver = imports.wsserver;\n    // ...\n};","var router = wsserver.routers.printer;","// The server is started automatically when Architect initializes the plugin."]},{"cmd":"yarn add architect-websocket-server","imports":[]},{"cmd":"pnpm add architect-websocket-server","imports":[]}],"homepage":"https://github.com/bimedia-fr/architect-websocket-server#readme","github":"https://github.com/bimedia-fr/architect-websocket-server","docs":null,"changelog":null,"pypi":null,"npm":"architect-websocket-server","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}