Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidiquis/not_a_blog
The work-in-progress not-a-blog blog
https://github.com/solidiquis/not_a_blog
actix postgresql rust tokio web
Last synced: 6 days ago
JSON representation
The work-in-progress not-a-blog blog
- Host: GitHub
- URL: https://github.com/solidiquis/not_a_blog
- Owner: solidiquis
- Created: 2022-04-17T23:30:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T21:17:17.000Z (over 2 years ago)
- Last Synced: 2023-03-07T23:18:56.207Z (over 1 year ago)
- Topics: actix, postgresql, rust, tokio, web
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Not-a-Blog Blog
**Technologies**:
- HTTP server and router: [Actix-web](https://actix.rs/)
- Async runtime: [Tokio](https://tokio.rs/)
- ORM and migration engine for PostgreSQL: [Diesel](https://diesel.rs/)
- Database connection pool manager: [r2d2](https://github.com/sfackler/r2d2)
- Logger: [env_logger](https://docs.rs/env_logger/latest/env_logger/)