https://github.com/eduidl/digitalis
https://github.com/eduidl/digitalis
foxglove rust
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eduidl/digitalis
- Owner: eduidl
- License: apache-2.0
- Created: 2023-04-10T15:25:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T13:40:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T13:11:26.633Z (6 months ago)
- Topics: foxglove, rust
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digitalis
Rust implementation of the [foxglove/ws-protocol](https://github.com/foxglove/ws-protocol/blob/main/docs/spec.md).
## Server example
```sh
cargo run -p digitalis-server --example rotate_box --release
```