https://github.com/security-union/leptos-ws-echo
https://github.com/security-union/leptos-ws-echo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/security-union/leptos-ws-echo
- Owner: security-union
- Created: 2023-10-20T21:38:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T21:43:27.000Z (over 2 years ago)
- Last Synced: 2025-02-16T23:02:15.282Z (over 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leptos WebSocket Echo Demo
This is a simple demo of a WebSocket echo server using the [Leptos](https://github.com/leptos-rs/leptos) framework.
## Usage
```sh
trunk serve --release
```