Crate cg_game_server[][src]

Expand description

CodeGame - Online, multiplayer, OpenSource, coding game with support for many languages.

Copyright (C) 2021 CodeGame Contributors (https://github.com/orgs/code-game-project/people)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Modules

This module contains standard event structs, the EventWrapper struct and the EventTarget enum used to communicate between the different Actors.

This module contains functions that help generate random data.

This module helps implement a GameServer for the WebSocket endpoints to communicate via.

This module provides a trait that helps socket::Server and server::GameServer communicate

This module helps implement your own CodeGame WebSocket endpoint.