aboutsummaryrefslogtreecommitdiff
path: root/docs/development/northstarmasterserver/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/northstarmasterserver/README.md')
-rw-r--r--docs/development/northstarmasterserver/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/development/northstarmasterserver/README.md b/docs/development/northstarmasterserver/README.md
new file mode 100644
index 0000000..d6c94b5
--- /dev/null
+++ b/docs/development/northstarmasterserver/README.md
@@ -0,0 +1,15 @@
+# NorthstarMasterServer
+
+{% hint style="warning" %}
+The old NodeJS master server has been replaced in favour of the Go rewrite called Atlas.
+{% endhint %}
+
+## Introduction
+
+The master server is responsible for centralizing game servers created by players, it also verifies that connecting players own an Origin account with Titanfall 2.
+
+There's no need to host your own master server to play games with other people, you can use [direct connect](../../using-northstar/direct-connect.md) or just setup a [normal server](../../hosting-a-server-with-northstar/basic-listen-server.md) that announces itself to `northstar.tf`. This tutorial is aimed for those who want to contribute improvements to the code or test their own changes to the project.
+
+## Contents
+
+* [Deploy](deploy.md)