-
In order to have online multiplayer feature back up, we need to remove [Nakama](https://heroiclabs.com/nakama), as it was problematic and we only used it in order to match players together via its lob…
-
## Your Environment
- Nakama: 3.1.2
Adding this request per [forum discussion](https://forum.heroiclabs.com/t/typescript-runtime-code-with-webpack/1426).
The Typescript compiler can bundle JS c…
-
Well i am opening up this issue so you guys would work on a system to make the users able to change their passwords through a confirmation email sent to the users email !
There are many ways to do …
-
Will Nakama also be supported eventually?
https://github.com/heroiclabs/nakama
-
I am new to Nakama. And I am trying to send message in a group. My code is:
exports.sendGroupMessage = async (req, res) => {
const errors = validationResult(req);
if (!errors.isEmpty()) {
retu…
-
It appears that you're implementing [RakNet](http://www.raknet.com/) here. I was curious if you had considered implementing RakNet on top of [ENet](http://enet.bespin.org/Features.html) (specifically …
-
Add the following missing functions:
- [ ] Ability to `Get` / `List` subscription purchases (as documented [here](https://heroiclabs.com/docs/nakama/concepts/iap-validation/#subscriptions))
- [ ] [Ap…
gpene updated
10 months ago
-
go.mod
```
module github.com/heroiclabs/nakama-project-template
go 1.20
require (
github.com/heroiclabs/nakama-common v1.27.0
google.golang.org/protobuf v1.28.1
)
```
main.go
```go
…
-
After #315 will be implemented, some stats should be collected and displayed in nice graphs, similar to how OpenRa project does it on it's website http://openra.ipdx.ru/graphs.html
-
#### Description
This is the centralized space for requesting new templates or integrations for our platform. If you have a specific template/integration in mind that you believe would be valuable to…