Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadronized/strongly-typed-thoughts.net
Source code of phaazon.net.
https://github.com/hadronized/strongly-typed-thoughts.net
Last synced: about 1 month ago
JSON representation
Source code of phaazon.net.
- Host: GitHub
- URL: https://github.com/hadronized/strongly-typed-thoughts.net
- Owner: hadronized
- License: other
- Created: 2014-05-09T12:38:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T23:16:47.000Z (4 months ago)
- Last Synced: 2024-08-28T00:31:53.196Z (4 months ago)
- Language: Rust
- Homepage: phaazon.net
- Size: 3.67 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strongly-typed-thoughts.net website
This repository holds the code source of https://strongly-typed-thoughts.net.
![](https://strongly-typed-thoughts.net/media/uploads/bonjourbonjour.gif)
It is written in Rust with [rocket-rs](https://rocket.rs/). It also holds my blog.
## Design
It’s pretty simple: routes are defined in `routes/` and are cached using [`Cache`](./webserver/src/cache.rs). That cache
has a TTL that is set to a low value for debug builds (development version) and around one day in production. The cache
is used for HTML pages, blog content and the RSS feed.Everything runs in a `docker` in a dedicated machine I pay with my little euros.