Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)