Skip to content

Pushup preview v0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@paulsmith paulsmith released this 04 Jan 03:55
· 49 commits to main since this release

This is the first public release of Pushup, a new web framework for Go.

This release demonstrates the basic functionality of Pushup:

  • A new lightweight template language syntax that glues Go code and HTML markup together
  • A compiler that translates the template language into pure Go code
  • A filesystem-based routing scheme for fast, page-oriented web app development
  • Support for enhanced hypermedia libraries such as htmx via "inline partials"

The Pushup team is soliciting design feedback from the Go web development community on this initial preview release.

Development of Pushup was supported by Ad Hoc.