Web hook service application over SSH

3h 16m 6s
English
Paid

Course description

Let's create a terminal application and server that generate a unique link for use as a webhook URL and directly forward responses to the local host.

Watch Online

Join premium to watch
Go to premium
# Title Duration
1 Introduction and overview 06:51
2 Setting up the SSH server 35:15
3 Setting up the HTTP server 25:55
4 Connecting the dots 16:59
5 Trying it out with a local application 30:49
6 Rework the tunnel with ssh -R 36:43
7 Fixing user input 26:06
8 Refactor to get our first working draft 17:28

Similar courses

Let's Go! Learn to Build Professional Web Applications With Golang [Professional Package]

Let's Go! Learn to Build Professional Web Applications With Golang [Professional Package]

Sources: Alex Edwards
Go is a great language for building web applications. But teaching yourself from blog posts and the standard-library documentation can often leave you with....
Ultimate Service 3.0

Ultimate Service 3.0

Sources: ardanlabs.com
This updated course teaches you how to build production-level services in Go, leveraging the power of Kubernetes.
13 hours 33 minutes 5 seconds
Go Bootcamp: Master Golang with 1000+ Exercises and Projects

Go Bootcamp: Master Golang with 1000+ Exercises and Projects

Sources: udemy
Deeply understand and master the Go Programming Language (Golang) from scratch 1000+ hands-on exercises and projects.
15 hours 27 minutes 7 seconds
Writing A Compiler In Go

Writing A Compiler In Go

Sources: Thorsten Ball
This is the sequel to Writing An Interpreter In Go. We're picking up right where we left off and write a compiler and a virtual machine for Monkey. Runnable and tested code fron...