From b5b16d714c61f9814adc9c3e75a144c486a78595 Mon Sep 17 00:00:00 2001 From: Mo Firouz Date: Wed, 24 Apr 2019 17:23:05 +0100 Subject: [PATCH] Update README to include screenshots. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3900a5aa2..78af260b7 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,17 @@ Response: There's a number of official [client libraries](https://github.com/heroiclabs) available on GitHub with [documentation](https://heroiclabs.com/docs). The current platform/language support includes: .NET (in C#), Unity engine, JavaScript, Java (with Android), Unreal engine, and Swift (with iOS). If you'd like to contribute a client or request one let us know. +## Developer Console + +Nakama has an embedded Web UI that is intended to be used by developer during their project development. You can navigate to it on your browser on [http://127.0.0.1:7351](http://127.0.0.1:7351). + + + + + + + + ## Deployment Nakama can be deployed to any cloud provider such as Google Cloud, Azure, AWS, Digital Ocean, Heroku, or your own private cloud. You should setup and provision separate nodes for Nakama and CockroachDB. -- GitLab