Skip to main content

Custom Backend

GameFlow makes it easy to integrate custom-built backends with your game servers.

Example Implementation

For our example implementation, we've built a backend using Deno, a modern JavaScript runtime for the server. Deno offers native SQL integration and Deno KV (a key-value store) perfect for leaderboards and session management.

Our integration guide walks you through building a game backend that connects with GameFlow's dedicated server and matchmaking systems.

More details coming soon.