From 0b5b0f932f253ccbd075ecf00fd7a9c253d6c7b1 Mon Sep 17 00:00:00 2001 From: Jibbajabbafic Date: Sun, 14 Jan 2024 23:22:43 +0000 Subject: [PATCH] docs: mention axum --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1144ecf..5252598 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Game Server List - Generic Server Browser API -This repo contains a generic game server list written in Rust which can be used as an API for -in-game server browsers. Uses WebSockets to connect new game servers and update their state in real -time. This should work with any game engine as long as it's able to send HTTP requests and start -WebSocket connections. +This repo contains a generic game server list written in Rust with the Axum framework which can be +used as an API for in-game server browsers. Uses WebSockets to connect new game servers and update +their state in real time. This should work with any game engine as long as it's able to send HTTP +requests and start WebSocket connections. Originally written for the open source game [Flappy Race](https://github.com/Jibby-Games/Flappy-Race).