-
-
Notifications
You must be signed in to change notification settings - Fork 36
Networking
Romain Milbert edited this page Oct 28, 2025
·
3 revisions
RaZ supports networking capabilities that can be used to build applications communicating over the network, such as a multiplayer game.
Networking is implemented using Asio (the standalone version, without Boost).
Note
At the time of writing, networking features do work but can't really be used for anything useful, as the only form of communication is basically echoing (the server replies the same data it receives from clients). This will of course get better in time.
- Home
- How to build RaZ
- Getting started
- General usage knowledge
- Some examples...
- Playground
- Tutorials
- File formats
- Modules
- ECS
- Audio
- Math
- Networking
- Physics
- Rendering
- Scripting
- XR
- Misc
- Debug