Promises to be a fast router of HTTP requests to functions. Includes extensible middleware and handler support, as well as the ability to serve static files.
The Redis wire protocol is remarkably simple, which makes it easy to build a client that implements all of Redis’s major features. This article from RedisGreen introduces the protocol and steps through how to build a simple yet feature-complete parser with Go.
Exposes a non-blocking message passing interface to V8. Go and JavaScript interact by sending and receiving messages. Notably, it comes from Ryan Dahl, the original creator of Node.js.
Not yet released but they’re gathering interest in the idea. It’s aimed at businesses who want the reassurance of long term support of popular Go packages.
A tool built by and heavily used at Shopify that simulates network conditions, generally negative ones. It enables you to prove with tests that your application doesn’t have single points of failure.