|
|
|
|
|
by wtf_is_up
4074 days ago
|
|
It's quite easy to write webapps using Go's std lib. The rules allow for 3rd party database drivers. It's also easy to deploy to something like GAE or an amazon micro instance. > Seems like quite a bit of work That's why it's called a challenge. I think the last challenge sounded more difficult because the problem was much more unique. This challenge is more practical because you will be doing very common things like consuming REST APIs, writing HTTP handlers, routing, templating, optional database, etc. Most of this is doable by importing net/http and html/template and reading some basic tutorials [1]. [1] https://golang.org/doc/articles/wiki/ |
|
Edit: Oh, and on top of all that, it's supposed to be deployed on a server... Seriously, screw that, I'm not paying hosting costs for a crappy contest like this.