Creating Web Services with Go

Go to class
Write Review

Free Online Course: Creating Web Services with Go provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Creating Web Services with Go is taught by Alex Schultz.

Overview
  • In this course you will build restful web services using Go’s standard library.

    Web services power just about every web application that we as consumers use every day. In this course, Creating Web Services with Go, you'll learn how to build restful web services using Go’s standard library. First, you’ll explore the use of standard http methods to perform create, update, and delete operations using persistent data with a database. Next, you'll learn how to test your webservices using http debugging tools and you’ll see how you can make use of websockets to improve the user experience of your application. Finally, you'll discover how you can format data using Go’s built in templating package. By the end of this course, you should have a firm foundation from which to build your own web services using Go.