-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move to a Rust framework #1
Comments
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 |
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
The text was updated successfully, but these errors were encountered: