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
- Host: GitHub
- URL: https://github.com/insthync/nakama-go-module
- Owner: insthync
- License: mit
- Created: 2022-05-17T15:07:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T09:32:50.000Z (about 4 years ago)
- Last Synced: 2025-01-19T17:53:33.755Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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