tinyhttp / tinyws

🚡 tiny WebSocket middleware for Node.js
https://npm.im/tinyws
MIT License
407 stars 15 forks source link

docs: switch protocol from `http` to `ws` #10

Closed JacobLinCool closed 2 years ago

JacobLinCool commented 2 years ago

It seems that wscat doesn't like http:

❯ wscat -c http://localhost:3000/chat
SyntaxError: The URL's protocol must be one of "ws:", "wss:", or "ws+unix:"
❯ wscat -V
5.1.0