https://github.com/timvw/serve-rs
https://github.com/timvw/serve-rs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timvw/serve-rs
- Owner: timvw
- Created: 2022-04-02T12:44:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:48:46.000Z (over 1 year ago)
- Last Synced: 2025-01-01T12:22:28.077Z (5 months ago)
- Language: Rust
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serve-rs
Explore messaging in Rust.
```bash
grpcurl -plaintext -import-path ./proto -proto broker.proto -d "{ \"message\": \"tim $(date)\"}" [::]:50051 broker.Broker/Publishgrpcurl -plaintext -import-path ./proto -proto broker.proto [::]:50051 broker.Broker/Subscribe
grpcurl -vv -plaintext -import-path ./proto -proto broker.proto [::]:50051 broker.Broker/Subscribe
```