heroiclabs / nakama-js

JavaScript client for Nakama server written in TypeScript.
https://heroiclabs.com/docs/nakama/client-libraries/javascript/
Apache License 2.0
182 stars 54 forks source link

feat/issue-140 Add CreateMatch With Name #155

Closed jackunion closed 1 year ago

jackunion commented 1 year ago

@lugehorsam @gpene WIP, need some guidance / help, currently trying to make my way through the files and understand what's going on, but any advice on where to start / what to improve would be great.

As far as I could understand from the dotnet docs no modifications on the server needed and the same id generation for the same name is already taken care of based on the message sent, correct?

Also I can see the docs folder in this repo but couldn't find the docs shown on the website - they need to be updated with the code snippet.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

jackunion commented 1 year ago

Well, that was quick :)