Похожие чаты

Guys , what language do you think is mostly used

for servers of multiplayer games?
I'm planning to build a portofolio and i can't choose between golang , node and rust
Also do you have any suggestions for the game itself?(i don't want it to be super flashy tho 😅, since i want to focus on server side )
Plz let me know if this is considered off-topic in this chat

13 ответов

19 просмотров

Most net code libs are c or c++

mohammad- Автор вопроса
swarnim
Most net code libs are c or c++

you mean net module of node ? then node is out ?

Golang uses GC, which makes it behave inconsistently and causes lag spikes (see for example https://blog.discord.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f - please not the date though, things might have changed) Nodejs uses GC well, multithreading is not available afaik (I might be wrong here) and it should be rather slow compared to Go, Rust, C or C++ Rust should be fine performance-wise but it's a rather new language, so there will be less libraries available compared to C or C++

But it all depends on the game and on your needs after all. if you have a turn-based game where latency is not that important, you might/will be fine with Go or Node as well. I just wouldn't use it for a Shooter or anything where it's important to be close to "real time"

Run away from go. It'll make your life miserable

mohammad- Автор вопроса

Depends on the server: some services backend or actually gameplay server. For backend it depends, I was writing a chat backend for an MMO on golang, and that was pretty good, but not sure if it would work well for something very big like backend for the whole services part (login/meta game/payments integration/etc). If you want to make the server for the gameplay logic, then its better to write it in the language your game is written, and if you use a game engine, you should look at some solutions that are usually used with this engine. So if things go wrong you have a chance find answers.

mohammad- Автор вопроса
Pavel
Depends on the server: some services backend or ac...

Thanks, i will see what godot has to say as you said 👍🌻

mohammad
why?

Hi. Productivity wise, should I go with Vulkan hpp or Vulkan c headers? This might be a personal preference, of course.

Похожие вопросы

Обсуждают сегодня

А как старый хаскел с новым стыковать ? потому как тут работает https://play.haskell.org/saved/C3xpMzcd, а вот тут https://stepik.org/lesson/7602/step/9?unit=1473 нет ошибка C...
Fedor
131
что насчет пагинга? на осдеве непонятно(
Vi Chapmann 🪙
26
Guys what is ur real (no jokes) expectation of link price during this cycle?
Hobbyist
28
hey everyone I'm not able to input come characters in my flatpak apps, they get ignored by the application. all other non-flatpak apps are fine with these characters. I search...
elo
20
Hey everyone! How's your weekend going so far?
Noah Noure
17
Вопрос я правильно понимаю что в коде newtype ArrowMap k v = ArrowMap { getArrowMap :: k -> Maybe v } getArrowMap есть функция типа k -> Maybe v, если да, то не понимаю задач...
Fedor
64
Hey, it seems like a solid project for the gaming industry. What are your initial thoughts?
Josh
26
Ребят, что лучше для реверса: гидра или ида?
En Vind Av Sorg
26
how many new XMR are mined everyday?
paul a 🖼
10
Делаю велосипед логгер. К сообщению хочу прикрутить некоторую информацию, типа, кем отправлено, какой уровень, и всякое такое. И тут подумалось мне, почему бы не хранить весь...
Serjone
24
Карта сайта