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
- Host: GitHub
- URL: https://github.com/znerol/socketwebify
- Owner: znerol
- License: lgpl-3.0
- Created: 2020-03-28T17:29:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T14:18:44.000Z (about 6 years ago)
- Last Synced: 2025-01-27T06:28:06.518Z (over 1 year ago)
- Language: Swift
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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