protoc -I/usr/local/include -I. -I$GOPATH/src -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=plugins=grpc:. ./api/api.proto
protoc -I/usr/local/include -I. -I$GOPATH/src -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:. ./api/api.proto
go-bindata -pkg migration -prefix migrations -o migrations/embedded.go -ignore=embedded.go migrations/...
go build -i
./nakama migrate up
./nakama --name=nakama --log.stdout --log.verbose
curl -X POST "http://127.0.0.1:7351/v2/account/authenticate/custom?create=true" -d '{"id":"foo"}' -v
forked from heroiclabs/nakama
-
Notifications
You must be signed in to change notification settings - Fork 0
Distributed server for social and realtime games and apps.
License
hopkings2008/nakama
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Distributed server for social and realtime games and apps.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Go 81.9%
- Lua 8.0%
- TypeScript 7.9%
- Shell 1.0%
- Yacc 0.5%
- TSQL 0.4%
- Other 0.3%