Skip to main content
Books, videos, and music - all free from your public library!
LoginSign Up

Footer

Hoopla logo, Go to homepage
  • For Patrons
  • For Libraries (opens in new window)
  • For Vendors (opens in new window)
  • Facebook (opens in new window)
  • X (opens in new window)
  • Instagram (opens in new window)
  • YouTube (opens in new window)
  • TikTok (opens in new window)
  • LinkedIn (opens in new window)

Our Company

  • Our Story
  • Get Hoopla for your Library (opens in new window)
  • Get your content on hoopla (opens in new window)
  • Join our team (opens in new window)
  • Accessibility Statement

Our Content

  • Audiobooks
  • Ebooks
  • Movies
  • Television
  • Comics
  • BingePasses
  • Music
  • The Loop Blog

Help

  • Help Center
  • Submit Feedback
  • Facebook (opens in new window)
  • X (opens in new window)
  • Instagram (opens in new window)
  • YouTube (opens in new window)
  • TikTok (opens in new window)
  • LinkedIn (opens in new window)
  • Download on the App Store (opens in new window)
  • Get it on Google Play (opens in new window)
  • Available at Amazon Appstore (opens in new window)
© 2026 Midwest Tape, LLC. All rights reserved. Privacy Policy | Terms of Use
  • Hoopla logo
    Powered by Hoopla
  • Browse
  • My Hoopla
  • Log In
  1. Navigate Home
  2. Ebooks
  3. Server-Driven Web Apps With Htmx

EBOOK

Server-Driven Web Apps With Htmx

Any Language, Less Code, Simpler Code

R. Mark Volkmann
(0)
sign up
Pages
184
Year
2024
Language
English
Publisher
The Pragmatic Programmers

About

htmx is a library that adds logic and server interaction to HTML; you get the effect of using a front-end SPA framework without writing front-end code. Use any server-side programming language and framework to build server applications with endpoints that simply return snippets of HTML. Dynamically update portions of the current web page from HTTP responses. Add interactivity with JavaScript and libraries such Alpine and _hyperscript. Make your apps more secure by escaping user-supplied content and specifying a Content Security Policy. Go beyond basic HTTP requests with WebSockets and server-sent events.

The htmx JavaScript library gives you a new way to craft web applications. The htmx approach differs significantly from that of the currently popular single-page application (SPA) frameworks; rather than write a bunch of JavaScript, you simply annotate HTML elements before you send them to the browser. The resulting code is easier to understand and modify, and because it downloads less to the browser and doesn't need JSON creation and parsing, you'll find it performs better, too.

• Rethink web application design; write code in any language that simply responds to requests with htmx snippets.
• Dynamically update portions of the current web page directly from the server.
• Implement common patterns such as lazy loading, input validation, CSS transitions, active search, optimistic updates, pagination, infinite scroll, polling, and click-to-edit.
• Add interactivity with JavaScript and libraries such as Alpine and _hyperscript.
• Use the htmx JavaScript API to simplify DOM operations.
• Make your web apps more secure: escape user-supplied content, use Subresource Integrity hashes, and enforce a Content Security Policy.
• Go beyond the basic HTTP request/response pattern with WebSockets and server-sent events.
Discover a simpler way to implement web applications that emphasizes web fundamentals.
What You Need:
• A modern web browser and the ability to build and run a local HTTP server using the server-side language and framework of your choice.
• The code examples are fully compatible with htmx 2.0.

Related Subjects

  • JavaScript
  • Languages
  • Computers
  • Adult Nonfiction
  • HTML
  • Web Design
  • Internet
  • General
  • Programming
  • Web Programming

Artists

R. Mark VolkmannAuthor