Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conectado/taping-memory-blog
Source code for my blog (almost)completely written in Rust🦀. Using Yew✨ for the front-end and Actix-web⚙️ for the back-end.
https://github.com/conectado/taping-memory-blog
blog rocket rust wasm yew
Last synced: about 1 month ago
JSON representation
Source code for my blog (almost)completely written in Rust🦀. Using Yew✨ for the front-end and Actix-web⚙️ for the back-end.
- Host: GitHub
- URL: https://github.com/conectado/taping-memory-blog
- Owner: conectado
- Created: 2020-06-22T03:32:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T20:32:13.000Z (over 1 year ago)
- Last Synced: 2023-05-14T21:23:07.477Z (over 1 year ago)
- Topics: blog, rocket, rust, wasm, yew
- Language: Rust
- Homepage: https://taping-memory.xyz
- Size: 3.18 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taping Memory
## Introduction
This is the source code for my blog [Taping Memory](https://taping-memory.xyz/).
Save for some small glue code and CSS, it's completely written in Rust thanks to, [Actix-web](https://actix.rs/) and [Yew](https://yew.rs/)
This is a **WIP** also it runs only in nightly.
I'm currently working in the first article explaining how I made this blog.
## TODO (In no particular order)
* [ ] Migrate the articles out of this repo
* [ ] Improve accessibility
* [ ] Improve loading performance
* [ ] Add a database for the articles
* [x] Separate into server/front-end/common crates