deno-websocket icon indicating copy to clipboard operation
deno-websocket copied to clipboard

🦕 A simple WebSocket library like ws of node.js library for deno

Results 9 deno-websocket issues
Sort by recently updated
recently updated
newest added

For the WebSocket npm package (ws) in node, it is possible to connect to a proxy. For example, if I'm running a TOR server, I can use the node package...

did WebSocketClient support wss? `const ws: WebSocketClient = await new StandardWebSocketClient("wss://hk.suohacloud.xyz:443");`

Greetings and thanks for the free library! `ws` was completely removed from the Deno standard library on [December 13th, 2021](https://github.com/denoland/deno_std/issues/1544). Thus, the opening paragraph of this project's README.md file needs...

Being able to having things like `connection` auto-complete would be very helpful. Eg. ![image](https://user-images.githubusercontent.com/6251786/135736901-f72cb30c-82d8-42f6-a90b-2b997693bc15.png) ![image](https://user-images.githubusercontent.com/6251786/135736908-c10b56ed-19a3-42d9-a56a-4b4c7494ff5e.png)

Looking at VS code's internals, they do something like this for HTML: ```ts interface DocumentEventMap extends GlobalEventHandlersEventMap, DocumentAndElementEventHandlersEventMap { "fullscreenchange": Event; "fullscreenerror": Event; "pointerlockchange": Event; "pointerlockerror": Event; "readystatechange": Event; "visibilitychange":...

I am porting a server application from Node to Deno and the WebSocket behavior is unexpected. The simplest program I've tried opens a WebSocket and prints messages received via on('message'...)....

Hi and thanks for this library, it really ease things up. I have detected that when you use WebSocketServer and go and try to establish an HTTP connection to the...

help wanted
good first issue

Hi guys, great work so far! Lately I was wondering if there is any chance to configure a server with secure web socket protocol? Thanks a lot!

enhancement
help wanted

We got a error message ``` Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({ RangeError: Invalid WebSocket frame: invalid status code 0 ``` while the client is connected.

bug
help wanted