How do Go web apps function from a server perspective?
Posted
by Metropolis
on Stack Overflow
See other posts from Stack Overflow
or by Metropolis
Published on 2010-05-18T18:16:27Z
Indexed on
2010/05/18
18:20 UTC
Read the original article
Hit count: 222
go
Hey Everyone,
I followed the directions on how to create web applications using Go, and I was able to get an application working great.
One thing I am confused about though is, when you run the application (./8.out), the terminal will sit there and listen on port 8080 until somebody accesses a page.
Does the terminal need to stay up all of the time to run the web application? Does the application act like apache? Does apache need to be run next to this app? Setting this up on a server environment seems very confusing to me right now because I dont understand what the best way to do this is.
Thanks for any help on this,
Metropolis
© Stack Overflow or respective owner