Added README.md

Signed-off-by: Solomon Wagner <solow@solow.xyz>
This commit is contained in:
Solomon W. 2025-03-01 17:10:13 -05:00
parent 2571ce5756
commit 106d647d8b

20
README.md Normal file
View File

@ -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.