issues
search
gopherjs
/
websocket
websocket provides high- and low-level bindings for the browser's WebSocket API.
BSD 3-Clause "New" or "Revised" License
111
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Link nhooyr.io/websocket in README.md for WASM support
#30
nhooyr
closed
5 years ago
3
net.Conn is the wrong API for WebSockets
#29
nhooyr
closed
4 years ago
4
Support both WASM and GopherJS
#28
jancona
opened
5 years ago
5
Port to WASM
#27
mjohnson9
opened
6 years ago
9
Incomplete PR: Update to use gopherwasm/js for cross-compatibility between wasm and gopherjs builds
#26
silbinarywolf
closed
6 years ago
1
Add WebAssembly support (GOARCH=wasm).
#25
silbinarywolf
opened
6 years ago
3
Add support for WebSocket sub-protocols
#24
htdvisser
closed
4 years ago
0
conn.Read only returns io.EOF when websocket connection has been closed
#23
johanbrandhorst
closed
7 years ago
2
websocketjs: Use Normal Closure (1000) close code in WebSocket.Close.
#22
johanbrandhorst
closed
7 years ago
7
README: Add godoc badge, links.
#21
dmitshur
closed
7 years ago
0
Separate internal and net.Conn implementations
#20
bign8
closed
7 years ago
21
Fix #18: Remove dependency on `fmt`
#19
johanbrandhorst
closed
7 years ago
2
Don't import `fmt`
#18
johanbrandhorst
closed
7 years ago
1
Fails to init websocket if compiled on Windows
#17
steveoc64
closed
8 years ago
4
Make Dial return net.Conn interface, not custom struct.
#16
dmitshur
closed
8 years ago
3
Remove dependency on honnef.co/go/js/{dom, util}
#15
fabian-z
closed
8 years ago
13
Update example in README.md
#14
mrauh
closed
9 years ago
1
sporadic runtime error: send on closed channel
#13
gordonklaus
opened
9 years ago
7
don't drop CloseEvent silently
#12
cryptix
closed
7 years ago
5
Should Dial return a net.Conn?
#11
mjohnson9
closed
8 years ago
14
Improve tests.
#10
dmitshur
closed
9 years ago
1
Is it possible to run the test in Travis?
#9
dmitshur
opened
9 years ago
22
Import of net package causes os.Open syscall in net.maxListenerBacklog
#8
nwidger
closed
9 years ago
3
When Send is called on a closed WebSocket, no error returned.
#7
dmitshur
opened
9 years ago
3
websocket.Conn should fulfill net.Conn
#6
mjohnson9
closed
9 years ago
2
Update to new js.Object (One line change)
#5
vron
closed
9 years ago
1
Allow for SockJS; removed dom import to reduce file sizes; made WebSocket an interface
#4
liamcurry
closed
7 years ago
10
Implement net.Conn high-level interface, improve low-level interface.
#3
mjohnson9
closed
9 years ago
25
What type of interface do we want to implement?
#2
mjohnson9
closed
9 years ago
17
Idiomatic Go implementation
#1
mjohnson9
closed
10 years ago
17