0A New Web Framework For Golang

Manpreet Singh
2 min readMay 15, 2022

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 take a look at a new web framework for Golang, this framework is called Bud, luckily for us it’s hosted on GitHub, check out the link below to jump straight to their repository:

This specific framework is full stack, this framework also helps to write a lot of the boring code for you, allowing you to launch your websites faster, installing this framework is very easy, you can use the following command to do so:

$ curl -sf curl https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh

At this point you can confirm that this framework completely installed by using the following command:

--

--