move to a Rust framework
Opened this issue · 5 comments
Moving the website to be based on Rust will create opportunities for collaboration in the language and offer a learning opportunity for many. Even the frontend should have support for webassembly
We can write the posts in simple markdown files and convert to HTML using a markdown to html converter
I will kickstart the project using Rocket.rs as it is simple to pick up and we don't need async functionality at the moment
We should use a simple database or key/value store since this is not a huge website. I propose we use a rust crate called sled
We can also create a repo for the posts so that they undergo peer review here on github before we can pull them to the website
I really want to be part of this project. It will help me as I learn the language