From 367b3ac3963e524ea95553b1abe4fd9f4a8abcc4 Mon Sep 17 00:00:00 2001 From: deadvey Date: Mon, 18 May 2026 14:51:31 +0200 Subject: [PATCH] fixed some formatting and added a note --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2e561a..b969a95 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This is not really out of development, but to run it, clone the repo, go into /s - scenes/ - images/ - ### Back-end server -- Rust +### Back-end server -- Rust The server component of Happening will be written in Rust.
Parses the code and sends it via the API.
@@ -39,6 +39,8 @@ The variables are stored as a hashmap, characters are structs in a hashmap.
### API Using the network interface, port 20264.
+> [!NOTE] +> The port is configurable in config.json of the server, client should be flexible with ports. Characters are sent to the frontend and stored there when the character is created on the frontend.
There are 4 endpoints.