websockets / ws

Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
MIT License
21.34k stars 2.3k forks source link

Update README.md #2208

Closed Al-phonsio closed 3 months ago

Al-phonsio commented 3 months ago

url.parse() is deprecated

https://nodejs.org/api/url.html#urlparseurlstring-parsequerystring-slashesdenotehost

Use new URL() instead