Build event-driven applications with Golang
2 min readDec 29, 2021
Welcome back! Golang is an awesome programming language with a ton of capability, if you’re new to Golang, check out the link below to learn more about it:
So, let’s talk about an awesome way to build “event-driven” applications with Go, this specific package is called watermill! Luckily for us, this package is hosted on GitHub, check out the link below to access this repository:
They also have a website, here is a link to it:
This library prides itself on working efficiently message streams, it also uses HTTP and MySQL for binding…