Home >Backend Development >Golang >Can Golang be used as front-end?
Can Golang be used as front-end?
Golang cannot be used as a front-end. The front-end is composed of Javascript, CSS and HTML, and Golang is a statically strongly typed, compiled, concurrent programming language with garbage collection function. Generally Used to carry web servers.
Go language features
Go language usage
The Go language is designed as a systems programming language for use on giant central servers running web servers, storage clusters, or similar purposes. For the field of high-performance distributed systems, Go language undoubtedly has higher development efficiency than most other languages. It provides massive parallel support, which is perfect for game server development.Go Excellent open source project
dockerEveryone knows the Virtual China platform, an open source application container engine, with the help of this engine, developers can Package their applications and port them to any platform. https://github.com/docker/dockergolanggo itself is also implemented in go language, including its compiler. You must study the go source The code can be found in this directory https://github.com/golang/golantern Lantern, a P2P over-the-wall software, he and The difference with SS is that it is distributed and P2P. Through Blue Light, you can share the network with users who are free to access the Internet. If the other party can access the Internet freely, you will be free. https://github.com/getlantern/lanternkubernetesProduced by Google, it is an open source container management system used to schedule and manage Docker. It is convenient to use it Managing your docker instances, even if there are many, is currently the most popular docker management system. https://github.com/kubernetes/kubernetesawesome-goThis is not a go project, it is a information website for learning go, which belongs to the famous The awesome series contains very detailed resources about go. https://github.com/avelino/awesome-gogogsA Git-based code hosting system, similar to github and gitlab, but it is small It is easy to use, powerful and easy to deploy, and is used by many users. https://github.com/gogits/gogsRecommended tutorial: "Go Tutorial"
The above is the detailed content of Can Golang be used as front-end?. For more information, please follow other related articles on the PHP Chinese website!