bevy_octopus_websocket 0.1.0

ECS based networking library for Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[![crates.io](https://img.shields.io/crates/v/bevy_octopus_websocket)](https://crates.io/crates/bevy_octopus_websocket)
[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/Seldom-SE/seldom_pixel#license)
[![crates.io](https://img.shields.io/crates/d/bevy_octopus_websocket)](https://crates.io/crates/bevy_octopus_websocket)
[![CI](https://github.com/foxzool/bevy_octopus_websocket/workflows/CI/badge.svg)](https://github.com/foxzool/bevy_octopus_websocket/actions)
[![Documentation](https://docs.rs/bevy_octopus_websocket/badge.svg)](https://docs.rs/bevy_octopus_websocket)

# bevy_octopus_websocket

WebSocket transport for [bevy_octopus](https://crates.io/crates/bevy_octopus).

## Supported Versions
| bevy | bevy_octopus_websocket |
|------|------------------------|
| 0.14 | 0.1                    |