Skip to content

Commit 0936311

Browse files
committed
Two more blogs!
1 parent 5958999 commit 0936311

File tree

3 files changed

+2086
-2
lines changed

3 files changed

+2086
-2
lines changed

public/blog-index.json

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11
[
2+
{
3+
"slug": "advanced-events",
4+
"title": "Client-Aware and Async Event Handlers in Horizon",
5+
"date": "2025-07-13",
6+
"categories": [
7+
"Engineering",
8+
"Performance",
9+
"Architecture"
10+
],
11+
"tags": [
12+
"Engineering",
13+
"Performance",
14+
"Architecture"
15+
],
16+
"excerpt": "\r\n# Intro\r\n\r\nGame server architecture has evolved significantly over the past decade, moving from monolithic designs to plugin-based systems that offe...",
17+
"readingTime": 12,
18+
"fileName": "advanced-events.md"
19+
},
20+
{
21+
"slug": "game-server-ops",
22+
"title": "Horizon Ops: Managing Game Server Infra at Scale",
23+
"date": "2025-07-11",
24+
"categories": [
25+
"Engineering",
26+
"Multiplayer",
27+
"Gaming",
28+
"Rust"
29+
],
30+
"tags": [
31+
"GameDev",
32+
"Rust",
33+
"MMO",
34+
"Match Based",
35+
"Networking",
36+
"Server Meshing",
37+
"Performance"
38+
],
39+
"excerpt": "\r\n# Game Server Orchestration: The Future of Multiplayer Infrastructure\r\n\r\n*A comprehensive exploration of modern approaches to multiplayer game serve...",
40+
"readingTime": 28,
41+
"fileName": "game-server-ops.md"
42+
},
243
{
344
"slug": "gorc",
445
"title": "Building GORC: A Next-Generation Replication System for Multiplayer Games",
@@ -12,8 +53,8 @@
1253
"tags": [
1354
"Distributed Computing"
1455
],
15-
"excerpt": "\r\n## Introduction\r\n\r\nWhen we set out to build the Horizon Event System, we knew that traditional approaches to multiplayer game networking wouldn't be...",
16-
"readingTime": 25,
56+
"excerpt": "\n## Introduction\n\nWhen we set out to build the Horizon Event System, we knew that traditional approaches to multiplayer game networking wouldn't be su...",
57+
"readingTime": 17,
1758
"fileName": "gorc.md"
1859
},
1960
{

0 commit comments

Comments
 (0)