| Author |
Go for Web development
|
Rick Goff
Ranch Hand
Joined: Nov 14, 2006
Posts: 44
|
|
|
Is Go intended as a tool for developing complex websites? What is its approach to HTTP?
|
OCPJP 6
|
 |
Mark Summerfield
author
Ranch Hand
Joined: Jun 20, 2012
Posts: 37
|
|
Hi Rick,
Go was originally designed as a systems programming language but turned out to be far more general purpose. Go is used by some Google Web Apps (three languages are supported for that: Java, Python, and Go), and Go provides some pretty decent web functionality out of the box from its standard library. For example, the golang.org website is a Go application.
I'm not sure what you mean about its approach to HTTP, although I know that some very high traffic sites are using Go.
|
Mark Summerfield
"Programming in Go" - http://www.qtrac.eu/gobook.html
|
 |
Igor Mechnikov
Ranch Hand
Joined: Feb 13, 2011
Posts: 100
|
|
Mark Summerfield I know that some very high traffic sites are using Go.[/quote wrote:
Could you be a little more specific about successful use of Go at these sites?
|
String knock = "\u042F \u0418\u0433\u043e\u0440\u044c";
|
 |
Mark Summerfield
author
Ranch Hand
Joined: Jun 20, 2012
Posts: 37
|
|
Hi Igor,
Well, the Google App Engine itself. There are also some mentioned in the various Go Blog entries Go Blog, and of course there are various videos on YouTube and on the Go website.
|
 |
 |
|
|
subject: Go for Web development
|
|
|