Home > Backend Development > Golang > Can Golang be used to write games?

Can Golang be used to write games?

Guanhui
Release: 2020-06-10 17:05:23
Original
4529 people have browsed it

Can Golang be used to write games?

#Can I write games in Golang?

Golang can write games, but it is not suitable for writing games. It is suitable for processing logs, data packaging, virtual machine processing, file systems, distributed systems, database agents, etc.; in terms of network programming, Go language is widely used For Web applications, API applications, download applications, etc.

Go language success story

Nsq: Nsq is a high-performance, high-availability message queue system developed by the Go language. Very high, capable of processing billions of messages every day;

Docker: a virtual packaging tool based on lxc, which can realize the establishment of the PAAS platform.

Packer: Used to generate image files for different platforms, such as VM, vbox, AWS, etc. The author is the author of vagrant

Skynet: Distributed scheduling framework

Doozer: Distributed synchronization tool, similar to ZooKeeper

Heka: mazila open source log processing system

Cbfs: couchbase open source distributed file system

Tsuru: open source PAAS platform, and The functions implemented by SAE are exactly the same

Groupcache: a caching system for Google download system written by the author of memcahe

God: a caching system similar to redis, but supports distribution and scalability

Gor: Network traffic packet capture and replay tool

Recommended tutorial: "Go Tutorial"

The above is the detailed content of Can Golang be used to write games?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
go
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template