Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.