August 2024
Intermediate to advanced
186 pages
4h 3m
English
Before you can implement a web app using htmx, you need to choose a tech stack.
The server side of htmx web applications can be implemented with any programming language that supports HTML templating (for example, JSX) and has an HTTP server library. This is referred to as Hypermedia On Whatever you’d Like (HOWL). Popular choices include JavaScript, Python, and Go, but you aren’t limited to these.
In the next chapter, you’ll learn how to evaluate the suitability of a particular tech stack for use with htmx. For now, we’ll just pick one so we can dive into our first code example.
This book uses the following:
Read now
Unlock full access