Lineol
Results
7
issues of
Lineol
server.on("upgrade", (request, socket, head) => { // You may check auth of request here.. // See https://github.com/websockets/ws#client-authentication const handleAuth = (ws: WebSocket) => { const { auth = () =>...
**Problem** A clear and concise description of what the problem is. (Eg. I'm always frustrated when [...]) **Solution** A clear and concise description of what you want to happen. **Alternatives**...
feature