Exercise 4: Building Web Services
Let’s test our understanding by attempting this challenge.
We'll cover the following...
Let’s practice what we’ve learned so far in the following exercise. The solution to this exercise will be provided in the next lesson.
Problem
Implement a simple version of ab(1)
using goroutines and channels. ab(1)
is an Apache HTTP ...