https://github.com/bajrangcoder/websockify_rs
Rust implementation of websockify
https://github.com/bajrangcoder/websockify_rs
Last synced: 7 months ago
JSON representation
Rust implementation of websockify
- Host: GitHub
- URL: https://github.com/bajrangcoder/websockify_rs
- Owner: bajrangCoder
- Created: 2024-09-16T11:01:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T03:06:51.000Z (over 1 year ago)
- Last Synced: 2025-06-04T21:11:52.582Z (10 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# websockify_rs
Rust implementation of websockify.
## Usage
```bash
websockify_rs
# or
cargo run --
```
## Installation
As it serves binary for few platforms, you can download it using this
```bash
curl -L https://raw.githubusercontent.com/bajrangCoder/websockify_rs/main/install.sh | bash
```