Connection abstraction layer for tunneling any TCP connection through WebSockets
Go to file
2023-02-20 11:55:50 +01:00
.gitignore Initial checkin 2020-03-11 16:07:14 +01:00
addr.go migrate to go module; ignore more irrelevant code at the wasm side 2023-02-20 11:55:50 +01:00
client_conn.go migrate to go module; ignore more irrelevant code at the wasm side 2023-02-20 11:55:50 +01:00
doc.go migrate to go module; ignore more irrelevant code at the wasm side 2023-02-20 11:55:50 +01:00
frame.go migrate to go module; ignore more irrelevant code at the wasm side 2023-02-20 11:55:50 +01:00
go.mod migrate to go module; ignore more irrelevant code at the wasm side 2023-02-20 11:55:50 +01:00
go.sum migrate to go module; ignore more irrelevant code at the wasm side 2023-02-20 11:55:50 +01:00
LICENSE Initial commit 2020-03-11 16:04:37 +01:00
listener.go migrate to go module; ignore more irrelevant code at the wasm side 2023-02-20 11:55:50 +01:00
README.md Initial commit 2020-03-11 16:04:37 +01:00
server_conn.go migrate to go module; ignore more irrelevant code at the wasm side 2023-02-20 11:55:50 +01:00

zocket

Connection abstraction layer for tunneling any TCP connection through WebSockets