Boarders/README.md
Solomon Wagner 106d647d8b Added README.md
Signed-off-by: Solomon Wagner <solow@solow.xyz>
2025-03-01 17:10:13 -05:00

786 B

Boarders

I created this entirely Server-Side-Rendered message board to try and learn how to build web servers in Rust with Actix.

However, looking back on this project a few years later I decided that I wanted to make a version that has an actually good user experience, and a more professional codebase. So I made v2.

Boarders.v2

This version of Boarders is not yet finished, in fact, its barely started. I plan to rewrite it in Go, and give it a little bit of a UX improvement using HTMX, but it will still be compatible with a fully static model.

By that I mean: the site will function in almost the exact same way as if it were running on a browser that doesn't support JS. JS will reduce full page reloads for things that a no-JS user would have to reload for.