Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwiyou/bevy-ws-server
bevy websocket server plugin
https://github.com/kiwiyou/bevy-ws-server
bevy networking websocket
Last synced: 9 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T17:21:43.000Z (11 months ago)
- Last Synced: 2024-10-27T12:57:37.950Z (about 2 months ago)
- Topics: bevy, networking, websocket
- Language: Rust
- Homepage:
- Size: 11.3 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- 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.