A friend and I built http://usefixie.com/ with it to learn Go. Like artursapek's project, Fixie was a good fit because it involved concurrency and networking, and latency was critical. It was also nice that we could leverage a well-developed open source project (GoProxy).
I’m not finished yet, but I’m writing a trading bot for Steam so I don’t need to manually confirm trades if the offers are exactly what I’m looking for.
9 comments
[ 5.1 ms ] story [ 27.5 ms ] threadIt was the perfect project because it involves a lot of concurrency and networking. I'd think about projects that involve those two things.
I'm planning on breaking it up into smaller services. Go is a great language for SOA.