Does Nakama scale well with TypeScript extensions?

Hello there,

I would like to add some custom logic to a Nakama server. For this I prefer TypeScript, because I already know the language and like the syntax.

But since Nakama is written in Go, I’m wondering: Does Nakama scale almost as well with TypeScript extensions as with Go extensions?

Hi @Glowdragon, welcome to the forum.

Yes, Nakama is built to scale with all of our available server runtime languages. This includes Go, TypeScript and Lua.

Feel free to choose whichever language you are most comfortable with to write your backend server logic.