Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/norvirae/game-server-template

A Game server template with realtime caps, playfab and chat system integration
https://github.com/norvirae/game-server-template

ably ably-realtime fluent-migration fluent-migrator game-server gameserver playfab playfab-friends playfab-sdk

Last synced: 24 days ago
JSON representation

A Game server template with realtime caps, playfab and chat system integration

Awesome Lists containing this project

README

        

### Server

This is a Custom Scalable Game Server with Playfab Friends system, Ably chat pub sub system and FluentMigrator Integrator Integrated with ease.

#### Steps to run this project on your local
1. Download Visual studio 2019 or higher
3. Run "git clone https://github.com/NorVirae/game-server-template.git"
4. Navigate to the folder to the server.sln file and open.
5. Modify the appsettings.json with your own prefered db connection string, playfab developer secret key, ably apikey and playfab game titleId
6. Run project and test with unity game client "https://github.com/NorVirae/Game-network-test.git"