An open API service indexing awesome lists of open source software.

https://github.com/znerol/socketwebify

Tunnel TCP traffic via websockets
https://github.com/znerol/socketwebify

Last synced: about 1 year ago
JSON representation

Tunnel TCP traffic via websockets

Awesome Lists containing this project

README

          

# Socketwebify

Tunnel TCP traffic via websockets.

Provides the command line tool `socketwebify` and a swift library `WebTunnel`.

Use with SPM:

dependencies: [
.package(url: "https://github.com/znerol/socketwebify", from: "1.0.0"),
],

Socketwebify is the counterpart of [websockify][1].

[1]: https://github.com/novnc/websockify