Skip to content

Instantly share code, notes, and snippets.

@joyrexus
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joyrexus/e2daebf6759d6b930fe7 to your computer and use it in GitHub Desktop.
Save joyrexus/e2daebf6759d6b930fe7 to your computer and use it in GitHub Desktop.
go api dev

I'm currently developing a simple go-based web service and a CLI client for it. The following are some useful articles and resources specifically focused on HTTP API development and design, listed here for future reference.

For more general golang web development materials, see this gist.

Tutorials

Example Code

  • basic demo - just the basics, representing a users resource.

  • web service demo - implements a RESTful CRUD API with MongoDB for persistence, also representing a users resource.

  • boltdb demo - a simple guestbook app using boltdb for persistence.

Misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment