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

https://github.com/insthync/nakama-go-module

Base project for Nakama's Golang server module
https://github.com/insthync/nakama-go-module

Last synced: 2 months ago
JSON representation

Base project for Nakama's Golang server module

Awesome Lists containing this project

README

          

# nakama-go-module
Base project for Nakama's Golang server module

## Docker
- docker compose up
- docker compose build --no-cache

## Build
- go build --trimpath --mod=vendor --buildmode=plugin -o ./data/modules/backend.so
- ./nakama --database.address postgres:localdb@127.0.0.1:5432/nakama