ryo-ma / deno-websocket

🦕 A simple WebSocket library like ws of node.js library for deno
https://deno.land/x/websocket
MIT License
152 stars 17 forks source link

README needs to be updated since ws is deprecated #35

Open Zamiell opened 2 years ago

Zamiell commented 2 years ago

Greetings and thanks for the free library!

ws was completely removed from the Deno standard library on December 13th, 2021. Thus, the opening paragraph of this project's README.md file needs to be rewritten (and currently has a broken link).

Furthermore, it should be explained why this project is relying on deprecated code.