Good language to develop a game server in?

前端 未结 15 1263
悲哀的现实
悲哀的现实 2021-02-01 08:50

I was just wondering what language would be a good choice for developing a game server to support a large (thousands) number of users? I dabbled in python, but realized that it

15条回答
  •  时光取名叫无心
    2021-02-01 09:04

    I know facebook uses a combination of Erlang and C++ for their chat engine.

    Whatever you decide, if you choose a combination of languages, check out facebook's thrift framework for cross language services deployment. They open sourced it about a year+ back:

    http://incubator.apache.org/thrift/

提交回复
热议问题