{"library":"easy-websocket","type":"library","category":null,"description":"A simple WebSocket server library for Node.js that provides both high-level connection handling and low-level frame manipulation. Current stable version is 0.2.1. It allows custom authentication via an optional auth callback and supports both string and binary data frames. Compared to alternatives like ws or Socket.IO, easy-websocket offers a minimal API but lacks advanced features like reconnection, automatic JSON parsing, and client-side support.","language":"javascript","status":"maintenance","version":"0.2.1","tags":["javascript","websocket","easy-websocket","easywebsocket"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install easy-websocket","imports":["var websocket = require('easy-websocket');","var websocketlib = require('easy-websocket/websocket');","var WebSocket = require('easy-websocket'); var ws = new WebSocket(server); ws.auth = function(req) { return false; };"]},{"cmd":"yarn add easy-websocket","imports":[]},{"cmd":"pnpm add easy-websocket","imports":[]}],"homepage":"https://github.com/vincentLiuxiang/easy-websocket#readme","github":"https://github.com/vincentLiuxiang/easy-websocket","docs":null,"changelog":null,"pypi":null,"npm":"easy-websocket","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}