Is Golang free?
Golang is free. This language is a statically strongly typed, compiled, concurrent programming language with garbage collection function. It is mainly used for server-side development and is suitable for multi-person cooperation. Develop large-scale projects with long development cycles and support cloud computing network services.
Go language success story
Nsq: Nsq is developed by Go language The developed high-performance, high-availability message queue system has very high performance and can process billions of messages every day;
Docker: a virtual machine based on lxc Packaging tools can realize the construction of 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: The open source PAAS platform has exactly the same functions as SAE
Groupcache: Written by the author of memcahe Caching system for Google download system
God: similar to redis caching system, but supports distribution and scalability
Gor: Network traffic packet capture and replay tool
Recommended tutorial: "Go Tutorial"
The above is the detailed content of Is Golang free?. For more information, please follow other related articles on the PHP Chinese website!