Home > Backend Development > Golang > Can Golang be used as front-end?

Can Golang be used as front-end?

Guanhui
Release: 2020-06-23 11:54:43
Original
6137 people have browsed it

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

  • ##Simple, fast and safe

  • Parallel, interesting, open source

  • Memory management, array safety, fast compilation

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

docker

Everyone 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/docker

golang

go 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/go

lantern

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/lantern

kubernetes

Produced 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/kubernetes

awesome-go

This 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-go

gogs

A 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/gogs

Recommended 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!

Related labels:
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