https://github.com/kiwiyou/bevy-ws-server
bevy websocket server plugin
https://github.com/kiwiyou/bevy-ws-server
bevy networking websocket
Last synced: 12 months ago
JSON representation
bevy websocket server plugin
- Host: GitHub
- URL: https://github.com/kiwiyou/bevy-ws-server
- Owner: kiwiyou
- Created: 2021-10-19T05:24:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T17:21:43.000Z (over 2 years ago)
- Last Synced: 2025-04-01T19:16:53.794Z (about 1 year ago)
- Topics: bevy, networking, websocket
- Language: Rust
- Homepage:
- Size: 11.3 MB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bevy-ws-server
WebSocket server plugin for bevy.
## Usage
Add following section to the `Cargo.toml`.
```toml
[dependencies]
bevy-ws-server = { git = "https://github.com/kiwiyou/bevy-ws-server" }
```
For usage in code, please refer to examples.