Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/norvirae/game-server-template
- Owner: NorVirae
- Created: 2023-06-14T14:59:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-06T10:57:35.000Z (over 1 year ago)
- Last Synced: 2024-11-10T22:41:25.124Z (3 months ago)
- Topics: ably, ably-realtime, fluent-migration, fluent-migrator, game-server, gameserver, playfab, playfab-friends, playfab-sdk
- Language: C#
- Homepage:
- Size: 995 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"