Skip to content

Dariocent/personal-portfolio-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Project: A Dynamic Website Built with Go, Echo, and HTMX

Welcome to my project! This is a dynamic website built using Go, Echo, and HTMX.

Go

Go, also known as Golang, is a statically typed, compiled language known for its simplicity and efficiency. It's great for building web servers due to its robust standard library and excellent concurrency support.

Echo

Echo is a high performance, extensible, minimalist web framework for Go. It provides features like routing, middleware support, and model binding to make building web applications easier.

HTMX

HTMX is a modern HTML-first approach to building web applications without needing to write much JavaScript. It allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML.

In this project, I use Go for the backend logic, Echo for handling HTTP requests, and HTMX for dynamic frontend updates. This combination allows us to build a fast, interactive website with less complexity and more maintainability.

About

Personal website in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published