coder / coder/websocket

Use existing JS Websocket

Open
#456 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
5.5k
Forks
372
PR merge metrics
No merged PRs in 30d

Description

Hello, I am wondering, with this library, is it possible to use an existing WebSocket that was created in JS land, something like

```go

exportConnect := js.FuncOf(func(this js.Value, args []js.Value) any {
// ...

socket := args[0]
conn, _, err := websocket.From(ctx, socket)
netconn := websocket.NetConn(ctx, conn, websocket.MessageBinary)

// ...
})
js.Global().Set("go__connect", exportConnect)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.