#nats #server #bevy #game-server #context #bevygap #edgegap

bevygap_server_plugin

Plugin for bevy gameservers for use with lightyear on edgegap

2 unstable releases

0.3.1 Dec 23, 2024
0.2.3 Dec 19, 2024

#889 in Game dev

Download history 211/week @ 2024-12-18 46/week @ 2024-12-25 57/week @ 2025-01-01 70/week @ 2025-01-08

384 downloads per month
Used in lightyear_examples_common

MIT/Apache

58KB
893 lines

This is the bevy plugin that runs on the game server instance on edgegap, part of bevygap

Read the bevygap book to learn more.

On startup it fetches its context from the edgegap API.

has fns to verify connecting players, and delete their session once they disconnect.

talks to NATS

cargo run -p bevygap_server_plugin --example nats

Dependencies

~78–120MB
~2M SLoC