From 106d647d8b9fa56120ad6034799e578364cad9fe Mon Sep 17 00:00:00 2001 From: Solomon Wagner Date: Sat, 1 Mar 2025 17:10:13 -0500 Subject: [PATCH] Added README.md Signed-off-by: Solomon Wagner --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02bf75c --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# 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](./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.