Go in 5 Minutes, episode 1.
This screencast shows how to build a non-trivial HTTP API using nothing but net/http
.
Screencast video: https://goin5minutes.com/screencast/episode_1_building_restful_api_using_only_std_lib/
- Request a Screencast
- Around the web
- Intro: orthogonal concerns
- Routes
- Handlers
- Server
- Using ServeMux to register paths
- Writing handlers