Working with WebSockets in Go (Golang)

How to make highly interactive and responsive applications using WebSockets and Go

Working with WebSockets in Go (Golang)

Instructors:

Trevor Sawler

Description:

WebSockets are a technology that allows developers to build highly interactive, extremely fast web applications. Since WebSockets are supported by all modern browsers, and have been for years now, there is no reason why they cannot be implemented on any modern web application. This course will show you how to work with WebSockets with Go.

We will work with two kinds of WebSocket technologies: first, with simple calls directly from our web application to all connected browsers, where all functionality is handled by our application. The web application we'll build is a simple chat application, which will allow users to chat back and forth, and will show the list of connected users, updated in real time.

Next, we'll take advantage of a Pusher compatible server (or Pusher itself, if you prefer) and use that server as a message broker between our web application and all connected clients.

I am a firm believer that learning how to use a particular technology works best when applying it to a real-world situation. All too often, tutorials and courses over simplify what they are trying to teach, and create an artificial environment where things are so simple that what is being taught looks easy enough, but you immediately run into problems when trying to implement it on a more complex project. So, to implement and learn about WebSockets and Pusher, we'll build a web application which monitors remote servers and hosts, and notifies us in real-time when a service goes down or comes back up again. We will send notifications in real time using WebSockets (which will update the appropriate content on the pages being viewed by all connected clients), by email, and, as a bonus, we'll also learn how to send notifications using text messages (SMS) with  Twilio.


Course content:

  • Introduction & Setup --- 7min
  • Our First Project: Chat --- 01h 42min
  • Project II: Vigilate, a server monitoring system --- 60min
  • Setting up our Application --- 04h 45min
  • Monitoring Services --- 01h 29min
  • Implementing Websockets on Vigilate --- 03h 54min
  • Monitoring Additional Services --- 25min
  • Writing Tests --- 48min

Download this course:

file type : Torrent
Files :
  • Torrent 16.68 GB
*select one of the torrent file above to download the course
source: https://www.udemy.com/course/working-with-websockets-in-go/

Top reviews:

ACM
Adrian Castan Melchor

some resources like vscode plugins are not described, which could be useful to follow the course correctly

AP
Anatolij Prihosko

Good explanation and nice app. Some things towards end were a bit rushed but still recommend it

KN
Kevin Nafziger

Love the course! The code and projects are sophisticated, but Trevor makes them easy to understand and complete.

GM
Gmac McLennan

I have done a few of Trevor's courses and they are all very clear in the teaching and really excellent in terms of content. Cannot recommend him more highly as a teacher. There are so many techniques he gives you that can apply to different scenarios and he is very gracious with his time with regard to responding to help requests. One of the top teachers on Udemy IMHO.

MH
Martin Hermann

Top web application project for monitoring systems, but also a framework as a starter project for new ideas. Trevor has deep knowledge in Go (and also other languages) and questions are answered in very short time. Very useful invest for me.

C
Cloudaware

I liked the course thank you. But it contains unexpected a lot of JavaScript for me.

JSGL
Juan sebastian Gonzalez lopez

Amazing content, profesor knows what’s he talking about

ZW
Zach Walker

Talk and go through process very fast. Hard to keep pace and understand

AN
Altaf Navalur

clear & step wise eplaination

ST
Seth Turnlund

This instructors courses are the most thought-out, useful courses I've taken.

RA
Rami Awar

First 3 sections were really good going through the basics and covering everything. But then section 4+ started using a project template with a thousand things going on, and I still didn't understand how the project was gonna work. Author got into so much details and low level explanations without explaining high level first. Couldn't keep going..

SB
Stephen Bacso

Very straightforward.


Similar courses: