Main uses of Go in Web Development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Main uses of Go in Web Development?

What is the main use of Go in Web Development?

1st Apr 2018, 10:28 PM
Ole113
Ole113 - avatar
7 Answers
+ 5
So far I have seen two uses: Generation of static sites: Go is quite fast for the task, and that's why Hugo (Generator of static sites in Go) has had a lot of popularity unlike other generators with Jekyll, Pelican, etc. Server side: Go has had some acceptance in the world of web development in this field. Even some developers involved in Node.js have migrated to Go and exposed some of its qualities (such as scalability and fast it can be). In any case, both uses have certain areas in specific and it is not generalized.
1st Apr 2018, 11:48 PM
Mickel
Mickel - avatar
+ 6
Bill Zelenko Have you personally worked with both this Go library and ImageMagick to get an idea of how the two compare? Also, do you know if this Go library uses GhostScript or show other library for EPS conversations? I definitely need to check this out.
9th Apr 2018, 8:45 PM
David Carroll
David Carroll - avatar
+ 3
Awesome references. Thanks so much for pointing me in the right direction.
10th Apr 2018, 2:00 AM
David Carroll
David Carroll - avatar
+ 2
Yes I personally worked with both ImageMagick and Go library. Look at the code in folders 43, 51, 52, and 54: https://github.com/zelenko/go?files=1
9th Apr 2018, 11:10 PM
Bill Zelenko
Bill Zelenko - avatar
+ 2
Vector graphics https://github.com/shibukawa/vg4go Draw package from standard library: https://godoc.org/image/draw
9th Apr 2018, 11:21 PM
Bill Zelenko
Bill Zelenko - avatar
+ 2
Search for whatever you need: Go Libraries: https://golanglibs.com/top?q=cms Go Libraries: http://go-search.org/ Awesome Go: https://awesome-go.com/ Golang Powered Robotics https://gobot.io/documentation/platforms/
9th Apr 2018, 11:25 PM
Bill Zelenko
Bill Zelenko - avatar
+ 1
Go is used on server side. It is compiled language. The binary file that you export is super fast. It is used in many different industries. https://m.youtube.com/watch?v=5UG57xQL_RE
9th Apr 2018, 3:15 AM
Bill Zelenko
Bill Zelenko - avatar