drashland / wocket

A WebSocket library for Deno
MIT License
104 stars 4 forks source link

feat: Support paths #138

Closed ebebbington closed 2 years ago

ebebbington commented 2 years ago

restructured the ws client, i quickly realised that it was alot for us to take on, to handle all the events, the closing, the codes etc etc, so what i've gone with instead is:

The client is now purely just a nice wrapper around sending and handling messages

And added path support

ebebbington commented 2 years ago

@Guergeiro correct and correct :)